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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 67 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),
595 switch (DebugKind) {
1793 if (DebugKind == codegenoptions::DebugInfoConstructor)
2259 if (DebugKind <= codegenoptions::DebugLineTablesOnly)
2272 if (DebugKind > codegenoptions::LimitedDebugInfo ||
2334 if (DebugKind <= codegenoptions::DebugLineTablesOnly)
2373 static bool shouldOmitDefinition(codegenoptions::DebugInfoKind DebugKind,
2386 if (DebugKind == codegenoptions::DebugLineTablesOnly)
2389 if (DebugKind > codegenoptions::LimitedDebugInfo ||
2425 if ((DebugKind == codegenoptions::DebugInfoConstructor) &
    [all...]
CGDebugInfo.h 60 const codegenoptions::DebugInfoKind DebugKind;

Completed in 30 milliseconds