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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DebugInfoOptions.h 46 LimitedDebugInfo,
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 514 return codegenoptions::LimitedDebugInfo;
1038 case codegenoptions::LimitedDebugInfo:
2541 codegenoptions::LimitedDebugInfo,
3909 DebugInfoKind = codegenoptions::LimitedDebugInfo;
4031 DebugInfoKind = codegenoptions::LimitedDebugInfo;
4052 if (DebugInfoKind == codegenoptions::LimitedDebugInfo) {
7129 *DebugInfoKind = codegenoptions::LimitedDebugInfo;
7415 DebugInfoKind = (WantDebug ? codegenoptions::LimitedDebugInfo
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1353 case codegenoptions::LimitedDebugInfo:
1618 .Case("limited", codegenoptions::LimitedDebugInfo)
1632 if (Opts.getDebugInfo() == codegenoptions::LimitedDebugInfo)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 607 case codegenoptions::LimitedDebugInfo:
2272 if (DebugKind > codegenoptions::LimitedDebugInfo ||
2389 if (DebugKind > codegenoptions::LimitedDebugInfo ||
2409 // another, but it is the current behavior of LimitedDebugInfo.

Completed in 60 milliseconds