Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DTargetMachine.h62 } LLVMCodeModel; typedef
104 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
H A DExecutionEngine.h45 LLVMCodeModel CodeModel;
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachineC.cpp102 LLVMCodeModel CodeModel) { in LLVMCreateTargetMachine()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c239 LLVMCodeModel CodeModelEnum = LLVMCodeModelDefault; in llvm_create_targetmachine_native()