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

/external/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h82 void setCodeGenDebugOptions(const char *opts);
84 // Parse the options set in setCodeGenDebugOptions. Like
85 // setCodeGenDebugOptions, this must be called before
/external/llvm/tools/lto/
H A Dlto.cpp273 unwrap(cg)->setCodeGenDebugOptions(opt);
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp510 /// setCodeGenDebugOptions - Set codegen debugging options to aid in debugging
512 void LTOCodeGenerator::setCodeGenDebugOptions(const char *options) { function in class:LTOCodeGenerator
/external/llvm/tools/gold/
H A Dgold-plugin.cpp242 CodeGen->setCodeGenDebugOptions((*it).c_str());

Completed in 133 milliseconds