Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h89 void setTargetOptions(const TargetOptions &Options);
H A DThinLTOCodeGenerator.h205 void setTargetOptions(TargetOptions Options) { in setTargetOptions() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h597 EngineBuilder &setTargetOptions(const TargetOptions &Opts) { in setTargetOptions() function
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp201 .setTargetOptions(targetOptions); in LLVMCreateMCJITCompilerForModule()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp606 ThinGenerator.setTargetOptions(Options); in ThinLTOProcessing()
1041 CodeGen.setTargetOptions(Options); in main()
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp181 void LTOCodeGenerator::setTargetOptions(const TargetOptions &Options) {
182 void LTOCodeGenerator::setTargetOptions(const TargetOptions &Options) { setTargetOptions() function in LTOCodeGenerator
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp521 builder.setTargetOptions(Options); in main()