Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h89 void setTargetOptions(const TargetOptions &Options);
H A DThinLTOCodeGenerator.h212 void setTargetOptions(TargetOptions Options) {
205 void setTargetOptions(TargetOptions Options) { setTargetOptions() function
/llvm-project/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp178 builder.setTargetOptions( in CreateAndRunJITFunc()
/llvm-project/llvm/tools/lto/
H A Dlto.cpp364 CodeGen->setTargetOptions(Options); in lto_codegen_create()
527 CodeGen->setTargetOptions( in thinlto_create_codegen()
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h597 EngineBuilder &setTargetOptions(const TargetOptions &Opts) { in setTargetOptions() function
/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp200 .setTargetOptions(targetOptions); in LLVMCreateMCJITCompilerForModule()
/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp667 ThinGenerator.setTargetOptions(Options); in thinLink()
1102 CodeGen.setTargetOptions(Options); in main()
/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp177 void LTOCodeGenerator::setTargetOptions(const TargetOptions &Options) { in setModule()
181 void LTOCodeGenerator::setTargetOptions(const TargetOptions &Options) { setTargetOptions() function in LTOCodeGenerator
/llvm-project/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp
/llvm-project/llvm/tools/lli/
H A Dlli.cpp522 builder.setTargetOptions(Options); in main()