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

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DDebug.cpp88 bool llvm::isCurrentDebugType(const char *DebugType) { argument
89 return CurrentDebugType.empty() || DebugType == CurrentDebugType;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp16 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType
28 const char *ScoreboardHazardRecognizer::DebugType = ""; member in class:ScoreboardHazardRecognizer
39 DebugType = ParentDebugType;
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h89 static const char *DebugType; member in class:llvm::ScoreboardHazardRecognizer
/freebsd-9.3-release/contrib/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; }
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp148 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType);
464 StringRef DebugType) {
469 OS << DebugType; local
463 PragmaDebug(SourceLocation Loc, StringRef DebugType) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCOFF.h546 enum DebugType { enum
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h178 /// \param DebugType The identifier following __debug.
179 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { argument
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1606 DEBUG_WITH_TYPE(DebugType, dbgs()
1662 DEBUG_WITH_TYPE(DebugType, dbgs()
1679 DEBUG_WITH_TYPE(DebugType, dbgs()

Completed in 207 milliseconds