Searched refs:DebugType (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Support/
H A DDebug.cpp88 bool llvm::isCurrentDebugType(const char *DebugType) { argument
89 return CurrentDebugType.empty() || DebugType == CurrentDebugType;
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp26 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType
29 const char *ScoreboardHazardRecognizer::DebugType = ""; member in class:ScoreboardHazardRecognizer
40 DebugType = ParentDebugType;
/external/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h89 static const char *DebugType; member in class:llvm::ScoreboardHazardRecognizer
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h87 const char *DebugType; member in class:llvm::SCEVExpander
99 DebugType = "";
104 void setDebugType(const char* s) { DebugType = s; }
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp138 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
416 StringRef DebugType) {
421 OS << DebugType; local
415 PragmaDebug(SourceLocation Loc, StringRef DebugType) argument
/external/clang/include/clang/Lex/
H A DPPCallbacks.h178 /// \param DebugType The identifier following __debug.
179 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { argument
/external/llvm/include/llvm/Support/
H A DCOFF.h575 enum DebugType { enum
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1714 DEBUG_WITH_TYPE(DebugType, dbgs()
1770 DEBUG_WITH_TYPE(DebugType, dbgs()
1787 DEBUG_WITH_TYPE(DebugType, dbgs()

Completed in 7633 milliseconds