Searched refs:DebugType (Results 1 – 10 of 10) sorted by relevance
15 <DebugType>full</DebugType>24 <DebugType>pdbonly</DebugType>
88 bool llvm::isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument89 return CurrentDebugType.empty() || DebugType == CurrentDebugType; in isCurrentDebugType()
16 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType28 const char *ScoreboardHazardRecognizer::DebugType = ""; member in ScoreboardHazardRecognizer39 DebugType = ParentDebugType; in ScoreboardHazardRecognizer()
87 const char *DebugType; variable99 DebugType = "";104 void setDebugType(const char* s) { DebugType = s; }
15 <DebugType>full</DebugType>
89 static const char *DebugType; variable
148 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType);461 StringRef DebugType) { in PragmaDebug() argument466 OS << DebugType; in PragmaDebug()
543 enum DebugType { enum
179 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument
1625 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()1681 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()1698 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()