Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DExecutionEngine.h45 LLVMCodeModel CodeModel; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMSP430Attributes.h37 enum CodeModel { CMSmall = 1, CMLarge = 2 }; enum
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetOptions.h97 std::string CodeModel; variable
H A DCodeGenOptions.h167 std::string CodeModel; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp61 std::optional<CodeModel::Model> CodeModel, CodeGenOpt::Level OptLevel, in LanaiTargetMachine()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/utils/
H A Dmodfuzz.py66 class CodeModel(object): class
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DRISCV.cpp131 StringRef CodeModel = getTargetOpts().CodeModel; in getTargetDefines() local
H A DX86.cpp423 std::string CodeModel = getTargetOpts().CodeModel; in getTargetDefines() local
H A DAArch64.cpp348 std::string CodeModel = getTargetOpts().CodeModel; in getTargetDefines() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp155 static cl::opt<CodeModel::Model> CodeModel( in CGOPT() local
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachineC.cpp102 LLVMCodeModel CodeModel) { in LLVMCreateTargetMachine()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h56 std::optional<CodeModel::Model> CodeModel; member
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp218 std::optional<CodeModel::Model> CodeModel; in createTargetMachine() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp305 unsigned CodeModel = llvm::StringSwitch<unsigned>(CodeGenOpts.CodeModel) in getCodeModel() local