Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h86 JITTargetMachineBuilder &setCodeModel(Optional<CodeModel::Model> CM) { in setCodeModel() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp39 JTMB->setCodeModel(CodeModel::Small); in prepareForConstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h605 EngineBuilder &setCodeModel(CodeModel::Model M) { in setCodeModel() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp512 builder.setCodeModel(CodeModel::Large); in lp_build_create_jit_compiler_for_module()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp204 builder.setCodeModel(*CM); in LLVMCreateMCJITCompilerForModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h835 void setCodeModel(CodeModel::Model CL);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp542 void Module::setCodeModel(CodeModel::Model CL) { in setCodeModel() function in Module