Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h82 void setCodeGenDebugOptions(const char *opts);
/external/llvm/tools/lto/
Dlto.cpp273 unwrap(cg)->setCodeGenDebugOptions(opt); in lto_codegen_debug_options()
/external/llvm/tools/gold/
Dgold-plugin.cpp242 CodeGen->setCodeGenDebugOptions((*it).c_str()); in onload()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp512 void LTOCodeGenerator::setCodeGenDebugOptions(const char *options) { in setCodeGenDebugOptions() function in LTOCodeGenerator