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

/external/llvm/lib/Support/
H A DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { argument
52 // see if DebugType is in list. Note: do not use find() as that forces us to
55 if (d == DebugType)
/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
100 DebugType = "";
105 void setDebugType(const char* s) { DebugType = s; }
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp135 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.h599 enum DebugType { enum
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1717 DEBUG_WITH_TYPE(DebugType, dbgs()
1773 DEBUG_WITH_TYPE(DebugType, dbgs()
1793 DEBUG_WITH_TYPE(DebugType, dbgs()

Completed in 213 milliseconds