Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DTargetMachine.h63 } LLVMCodeModel; typedef
143 LLVMCodeModel CodeModel);
160 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
H A DExecutionEngine.h45 LLVMCodeModel CodeModel;
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp194 LLVMCodeModel CodeModel) { in LLVMTargetMachineOptionsSetCodeModel()
213 LLVMRelocMode Reloc, LLVMCodeModel CodeModel) { in LLVMCreateTargetMachine()