Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h598 EngineBuilder &setTargetOptions(const TargetOptions &Opts) { in setTargetOptions() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp201 .setTargetOptions(targetOptions); in LLVMCreateMCJITCompilerForModule()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp586 ThinGenerator.setTargetOptions(Options); in ThinLTOProcessing()
1006 CodeGen.setTargetOptions(Options); in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp170 void LTOCodeGenerator::setTargetOptions(const TargetOptions &Options) { in setTargetOptions() function in LTOCodeGenerator
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp519 builder.setTargetOptions(Options); in main()