HomeSort by: relevance | last modified time | path
    Searched refs:DebugPass (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 155 std::string DebugPass;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 864 if (!CodeGenOpts.DebugPass.empty()) {
866 BackendArgs.push_back(CodeGenOpts.DebugPass.c_str());
1274 bool DebugPassStructure = CodeGenOpts.DebugPass == "Structure";

Completed in 51 milliseconds