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<Message<B>>,
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<Message<B>>
output_filenames: Arc<OutputFilenames>
coordinator: Coordinator<B>
Implementations
sourceimpl<B: ExtraBackendMethods> OngoingCodegen<B>
impl<B: ExtraBackendMethods> OngoingCodegen<B>
pub fn join(
self,
sess: &Session
) -> (CodegenResults, FxHashMap<WorkProductId, WorkProduct>)
pub fn submit_pre_codegened_module_to_llvm(
&self,
tcx: TyCtxt<'_>,
module: ModuleCodegen<B::Module>
)
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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.