Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline std::optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap()
47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DTargetMachine.h64 } LLVMCodeModel; typedef
152 LLVMCodeModel CodeModel);
168 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
H A DExecutionEngine.h54 LLVMCodeModel CodeModel;
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp194 LLVMCodeModel CodeModel) { in LLVMTargetMachineOptionsSetCodeModel()
213 LLVMRelocMode Reloc, LLVMCodeModel CodeModel) { in LLVMCreateTargetMachine()