Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h61 JITTargetMachineBuilder &setCodeModel(Optional<CodeModel::Model> CM) { in setCodeModel() function
/external/swiftshader/third_party/LLVM/tools/lli/
Dlli.cpp200 builder.setCodeModel(CMModel); in main()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h531 EngineBuilder &setCodeModel(CodeModel::Model M) { in setCodeModel() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
Dlli.cpp411 builder.setCodeModel(CMModel); in main()
765 .setCodeModel(CMModel.getNumOccurrences() in runOrcLazyJIT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h605 EngineBuilder &setCodeModel(CodeModel::Model M) { in setCodeModel() function
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h591 EngineBuilder &setCodeModel(CodeModel::Model M) { in setCodeModel() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h323 .setCodeModel(CodeModel::JITDefault) in createJIT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp205 builder.setCodeModel(*CM); in LLVMCreateMCJITCompilerForModule()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp201 .setCodeModel(unwrap(options.CodeModel)) in LLVMCreateMCJITCompilerForModule()
/external/llvm/tools/lli/
Dlli.cpp425 builder.setCodeModel(CMModel); in main()