Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h90 void setTargetOptions(const TargetOptions &Options);
H A DThinLTOCodeGenerator.h205 void setTargetOptions(TargetOptions Options) { in setTargetOptions() function
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp183 builder.setTargetOptions( in CreateAndRunJITFunc()
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp360 CodeGen->setTargetOptions(Options); in createCodeGen()
523 CodeGen->setTargetOptions( in thinlto_create_codegen()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h597 EngineBuilder &setTargetOptions(const TargetOptions &Opts) { in setTargetOptions() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp201 .setTargetOptions(targetOptions); in LLVMCreateMCJITCompilerForModule()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp600 ThinGenerator.setTargetOptions(Options); in ThinLTOProcessing()
1020 CodeGen.setTargetOptions(Options); in main()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp182 void LTOCodeGenerator::setTargetOptions(const TargetOptions &Options) { in setTargetOptions() function in LTOCodeGenerator
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp523 builder.setTargetOptions(Options); in main()
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1915 factory.setTargetOptions(Opts); in main()