Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
55 if (d == DebugType) in isCurrentDebugType()
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp26 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType
29 const char *ScoreboardHazardRecognizer::DebugType = ""; member in ScoreboardHazardRecognizer
40 DebugType = ParentDebugType; in ScoreboardHazardRecognizer()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h87 const char *DebugType; variable
100 DebugType = "";
105 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.cpp134 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
415 StringRef DebugType) { in PragmaDebug() argument
420 OS << DebugType; in PragmaDebug()
/external/llvm/include/llvm/Support/
DCOFF.h591 enum DebugType { enum
/external/clang/include/clang/Lex/
DPPCallbacks.h180 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1734 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()
1790 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()
1810 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()