Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h134 void setCodeGenDebugOptions(ArrayRef<StringRef> Opts);
/openbsd/src/gnu/llvm/llvm/tools/lto/
Dlto.cpp489 unwrap(cg)->setCodeGenDebugOptions(Options); in lto_codegen_debug_options()
499 unwrap(cg)->setCodeGenDebugOptions(ArrayRef(Options)); in lto_codegen_debug_options_array()
/openbsd/src/gnu/llvm/llvm/lib/LTO/
DLTOCodeGenerator.cpp683 void LTOCodeGenerator::setCodeGenDebugOptions(ArrayRef<StringRef> Options) { in setCodeGenDebugOptions() function in LTOCodeGenerator