Home
last modified time | relevance | path

Searched defs:setCodeModel (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h86 JITTargetMachineBuilder &setCodeModel(Optional<CodeModel::Model> CM) { in setCodeModel() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h95 JITTargetMachineBuilder &setCodeModel(std::optional<CodeModel::Model> CM) { in setCodeModel() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h605 EngineBuilder &setCodeModel(CodeModel::Model M) { in setCodeModel() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h612 EngineBuilder &setCodeModel(CodeModel::Model M) { in setCodeModel() function
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h591 EngineBuilder &setCodeModel(CodeModel::Model M) { in setCodeModel() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
DTargetMachine.h236 void setCodeModel(CodeModel::Model CM) { CMModel = CM; } in setCodeModel() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp542 void Module::setCodeModel(CodeModel::Model CL) { in setCodeModel() function in Module
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DModule.cpp628 void Module::setCodeModel(CodeModel::Model CL) { in setCodeModel() function in Module