Home
last modified time | relevance | path

Searched defs:codegen (Results 1 – 20 of 20) sorted by relevance

/third_party/protobuf/rust/protobuf_codegen/example/
Dbuild.rs5 let mut codegen = CodeGen::new(); in main() localVariable
/third_party/rust/rust/compiler/rustc_traits/src/
Dlib.rs13 mod codegen; module
/third_party/mesa3d/src/nouveau/
Dmeson.build14 subdir('codegen') subdir
/third_party/mesa3d/src/gfxstream/codegen/scripts/cereal/
Dfrontend.py40 def frontendDefFunc(codegen, api): argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp187 LLVMCodeGenFileType codegen, in LLVMTargetMachineEmit()
220 char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) { in LLVMTargetMachineEmitToFile()
233 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
/third_party/rust/rust/tests/ui/consts/
Dconst-block-item-macro-codegen.rs19 macro_rules! codegen { macro
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dallocator.rs14 pub(crate) fn codegen( in codegen() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/back/
Dwrite.rs13 pub(crate) unsafe fn codegen(cgcx: &CodegenContext<GccCodegenBackend>, _diag_handler: &Handler, mod… in codegen() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DParallelCG.cpp27 static void codegen(Module *M, llvm::raw_pwrite_stream &OS, in codegen() function
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dallocator.rs14 pub(crate) unsafe fn codegen(tcx: TyCtxt<'_>, mods: &mut GccContext, _module_name: &str, kind: Allo… in codegen() function
Dlib.rs256 …unsafe fn codegen(cgcx: &CodegenContext<Self>, diag_handler: &Handler, module: ModuleCodegen<Self:… in codegen() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dallocator.rs15 pub(crate) unsafe fn codegen( in codegen() function
Dlib.rs226 unsafe fn codegen( in codegen() method
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs478 fn codegen( in codegen() method
521 fn codegen( in codegen() method
553 fn codegen( in codegen() method
651 fn codegen( in codegen() method
820 fn codegen( in codegen() method
1151 fn codegen( in codegen() method
1248 fn codegen( in codegen() method
1339 fn codegen<F, M>( in codegen() method
1360 fn codegen<F, M>( in codegen() method
1438 fn codegen<F, M>( in codegen() method
[all …]
/third_party/python/Tools/unicode/
Dgencodec.py253 def codegen(name, map, encodingname, comments=1): function
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dwrite.rs52 unsafe fn codegen( in codegen() method
/third_party/rust/rust/compiler/rustc_interface/src/
Dpasses.rs969 let codegen = tcx.sess.time("codegen_crate", move || { in start_codegen() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp335 void codegen(const Config &Conf, TargetMachine *TM, AddStreamFn AddStream, in codegen() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/
Dwrite.rs602 pub(crate) unsafe fn codegen( in codegen() function
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs35 mod codegen; module