Home
last modified time | relevance | path

Searched refs:DebugType (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/tools/stats_viewer/
Dstats_viewer.csproj15 <DebugType>full</DebugType>
24 <DebugType>pdbonly</DebugType>
/external/llvm/lib/Support/
DDebug.cpp88 bool llvm::isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
89 return CurrentDebugType.empty() || DebugType == CurrentDebugType; in isCurrentDebugType()
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp16 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType
28 const char *ScoreboardHazardRecognizer::DebugType = ""; member in ScoreboardHazardRecognizer
39 DebugType = ParentDebugType; in ScoreboardHazardRecognizer()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h87 const char *DebugType; variable
99 DebugType = "";
104 void setDebugType(const char* s) { DebugType = s; }
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj15 <DebugType>full</DebugType>
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h89 static const char *DebugType; variable
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp148 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType);
461 StringRef DebugType) { in PragmaDebug() argument
466 OS << DebugType; in PragmaDebug()
/external/llvm/include/llvm/Support/
DCOFF.h543 enum DebugType { enum
/external/clang/include/clang/Lex/
DPPCallbacks.h179 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1625 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()
1681 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()
1698 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()