Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DTargetMachine.h56 } LLVMCodeModel; typedef
98 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
H A DExecutionEngine.h45 LLVMCodeModel CodeModel;
/netbsd-src/external/apache2/llvm/dist/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)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp105 LLVMCodeModel CodeModel) { in LLVMCreateTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c239 LLVMCodeModel CodeModelEnum = LLVMCodeModelDefault; in llvm_create_targetmachine_native()