Struct rustc_codegen_ssa::back::write::OngoingCodegen
source · pub struct OngoingCodegen<B: ExtraBackendMethods> {
pub backend: B,
pub metadata: EncodedMetadata,
pub metadata_module: Option<CompiledModule>,
pub crate_info: CrateInfo,
pub codegen_worker_receive: Receiver<CguMessage>,
pub shared_emitter_main: SharedEmitterMain,
pub output_filenames: Arc<OutputFilenames>,
pub coordinator: Coordinator<B>,
}
Fields§
§backend: B
§metadata: EncodedMetadata
§metadata_module: Option<CompiledModule>
§crate_info: CrateInfo
§codegen_worker_receive: Receiver<CguMessage>
§output_filenames: Arc<OutputFilenames>
§coordinator: Coordinator<B>
Implementations§
source§impl<B: ExtraBackendMethods> OngoingCodegen<B>
impl<B: ExtraBackendMethods> OngoingCodegen<B>
pub fn join( self, sess: &Session ) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>)
pub fn codegen_finished(&self, tcx: TyCtxt<'_>)
pub fn check_for_errors(&self, sess: &Session)
pub fn wait_for_signal_to_codegen_item(&self)
Auto Trait Implementations§
impl<B> !RefUnwindSafe for OngoingCodegen<B>
impl<B> !Send for OngoingCodegen<B>
impl<B> !Sync for OngoingCodegen<B>
impl<B> Unpin for OngoingCodegen<B>where B: Unpin,
impl<B> !UnwindSafe for OngoingCodegen<B>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.