Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DCodeGenCWrappers.h25 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap()
47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DTargetMachine.h56 } LLVMCodeModel; typedef
98 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel);
DExecutionEngine.h45 LLVMCodeModel CodeModel;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp105 LLVMCodeModel CodeModel) { in LLVMCreateTargetMachine()