Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap()
47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DTargetMachine.h62 } LLVMCodeModel; typedef
104 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
H A DExecutionEngine.h45 LLVMCodeModel CodeModel;
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dtarget.go39 CodeModel C.LLVMCodeModel
253 C.LLVMCodeModel(CodeModel))
H A Dexecutionengine.go51 options.C.CodeModel = C.LLVMCodeModel(CodeModel)
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachineC.cpp101 LLVMCodeModel CodeModel) { in LLVMCreateTargetMachine()
/llvm-project-15.0.7/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c239 LLVMCodeModel CodeModelEnum = LLVMCodeModelDefault; in llvm_create_targetmachine_native()