Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h89 void setTargetOptions(const TargetOptions &Options);
H A DThinLTOCodeGenerator.h206 void setTargetOptions(TargetOptions Options) { in setTargetOptions() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp176 builder.setTargetOptions( in CreateAndRunJITFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp360 CodeGen->setTargetOptions(Options); in createCodeGen()
519 CodeGen->setTargetOptions( in thinlto_create_codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h598 EngineBuilder &setTargetOptions(const TargetOptions &Opts) { in setTargetOptions() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp201 .setTargetOptions(targetOptions); in LLVMCreateMCJITCompilerForModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp553 ThinGenerator.setTargetOptions(Options); in ThinLTOProcessing()
970 CodeGen.setTargetOptions(Options); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp170 void LTOCodeGenerator::setTargetOptions(const TargetOptions &Options) { in setTargetOptions() function in LTOCodeGenerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp522 builder.setTargetOptions(Options); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1915 factory.setTargetOptions(Opts); in main()