Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetOptions.h85 std::string CodeModel; variable
H A DCodeGenOptions.h135 std::string CodeModel; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DExecutionEngine.h45 LLVMCodeModel CodeModel; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp58 Optional<CodeModel::Model> CodeModel, in LanaiTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dllvm_target.ml31 module CodeModel = struct module
H A Dllvm_target.mli36 module CodeModel : sig module
H A Dtarget_ocaml.c234 value CodeModel, LLVMTargetRef Target) { in llvm_create_targetmachine_native()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DRISCV.cpp121 StringRef CodeModel = getTargetOpts().CodeModel; in getTargetDefines() local
H A DAArch64.cpp221 std::string CodeModel = getTargetOpts().CodeModel; in getTargetDefines() local
H A DX86.cpp368 std::string CodeModel = getTargetOpts().CodeModel; in getTargetDefines() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dmodfuzz.py66 class CodeModel(object): class
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dtarget.go39 CodeModel C.LLVMCodeModel type
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp105 LLVMCodeModel CodeModel) { in LLVMCreateTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp146 static cl::opt<CodeModel::Model> CodeModel( in CGOPT() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h54 Optional<CodeModel::Model> CodeModel = None; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp195 Optional<CodeModel::Model> CodeModel; in createTargetMachine() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp443 unsigned CodeModel = llvm::StringSwitch<unsigned>(CodeGenOpts.CodeModel) in getCodeModel() local