Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h595 /// setTargetOptions - Set the target options that the ExecutionEngine
597 EngineBuilder &setTargetOptions(const TargetOptions &Opts) { in setTargetOptions() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp201 .setTargetOptions(targetOptions); in LLVMCreateMCJITCompilerForModule()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp606 ThinGenerator.setTargetOptions(Options); in ThinLTOProcessing()
1041 CodeGen.setTargetOptions(Options); in main()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp181 void LTOCodeGenerator::setTargetOptions(const TargetOptions &Options) { in setTargetOptions() function in LTOCodeGenerator
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp521 builder.setTargetOptions(Options); in main()