Home
last modified time | relevance | path

Searched defs:CodeModel (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DExecutionEngine.h45 LLVMCodeModel CodeModel; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetMachine.cpp60 Optional<CodeModel::Model> CodeModel, in LanaiTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h45 Optional<CodeModel::Model> CodeModel = None; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp105 LLVMCodeModel CodeModel) { in LLVMCreateTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp145 Optional<CodeModel::Model> CodeModel; in createTargetMachine() local
/third_party/rust/rust/compiler/rustc_target/src/spec/
Dmod.rs688 pub enum CodeModel { enum
696 impl FromStr for CodeModel { implementation
699 fn from_str(s: &str) -> Result<CodeModel, ()> { in from_str()
711 impl ToJson for CodeModel { implementation
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/
Dwrite.rs164 pub(crate) fn to_llvm_code_model(code_model: Option<CodeModel>) -> llvm::CodeModel { in to_llvm_code_model()
/third_party/rust/rust/compiler/rustc_session/src/
Doptions.rs1067 pub(crate) fn parse_code_model(slot: &mut Option<CodeModel>, v: Option<&str>) -> bool { in parse_code_model()
Dsession.rs1174 pub fn code_model(&self) -> Option<CodeModel> { in code_model()
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs505 pub enum CodeModel { enum
2299 Model: CodeModel, in LLVMRustCreateTargetMachine()
2457 pub fn LLVMRustSetModuleCodeModel(M: &Module, Model: CodeModel); in LLVMRustSetModuleCodeModel()