Home
last modified time | relevance | path

Searched refs:GccContext (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/back/
H A Dwrite.rs11 use crate::{GccCodegenBackend, GccContext};
13 …ext<GccCodegenBackend>, _diag_handler: &Handler, module: ModuleCodegen<GccContext>, config: &Modul… in codegen() argument
76 …_handler: &Handler, mut _modules: Vec<ModuleCodegen<GccContext>>) -> Result<ModuleCodegen<GccConte… in link() argument
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dbase.rs21 use crate::GccContext;
57 pub fn compile_codegen_unit<'tcx>(tcx: TyCtxt<'tcx>, cgu_name: Symbol) -> (ModuleCodegen<GccContext in compile_codegen_unit() argument
76 fn module_codegen(tcx: TyCtxt<'_>, cgu_name: Symbol) -> ModuleCodegen<GccContext> { in compile_codegen_unit() argument
126 module_llvm: GccContext { in compile_codegen_unit()
136 …ressed_metadata<'tcx>(tcx: TyCtxt<'tcx>, metadata: &EncodedMetadata, gcc_module: &mut GccContext) { in write_compressed_metadata() argument
H A Dlib.rs126 GccContext { in new_metadata()
176 pub struct GccContext { struct
180 unsafe impl Send for GccContext {} implementation
182 unsafe impl Sync for GccContext {} implementation
185 type Module = GccContext;
H A Dallocator.rs7 use crate::GccContext;
9 pub(crate) unsafe fn codegen(tcx: TyCtxt<'_>, mods: &mut GccContext, _module_name: &str, kind: Allo… in codegen() argument