HomeSort by relevance Sort by last modified time
    Searched refs:setCodeGenDebugOptions (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 88 void setCodeGenDebugOptions(const char *opts);
90 // Parse the options set in setCodeGenDebugOptions. Like
91 // setCodeGenDebugOptions, this must be called before
  /external/llvm/tools/lto/
lto.cpp 332 unwrap(cg)->setCodeGenDebugOptions(opt);
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 594 /// setCodeGenDebugOptions - Set codegen debugging options to aid in debugging
596 void LTOCodeGenerator::setCodeGenDebugOptions(const char *options) {

Completed in 2899 milliseconds