Home
last modified time | relevance | path

Searched refs:setCodeGenDebugOptions (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h133 void setCodeGenDebugOptions(ArrayRef<StringRef> Opts);
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp487 unwrap(cg)->setCodeGenDebugOptions(Options); in lto_codegen_debug_options()
497 unwrap(cg)->setCodeGenDebugOptions(makeArrayRef(Options)); in lto_codegen_debug_options_array()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp601 void LTOCodeGenerator::setCodeGenDebugOptions(ArrayRef<StringRef> Options) { in setCodeGenDebugOptions() function in LTOCodeGenerator