Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStatistic.h41 const char *DebugType;
48 const char *getDebugType() const { return DebugType; } in getDebugType()
54 DebugType = debugtype; in construct()
/external/llvm/include/llvm/ADT/
DStatistic.h40 const char *DebugType;
47 const char *getDebugType() const { return DebugType; } in getDebugType()
53 DebugType = debugtype; in construct()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h76 const char *DebugType; variable
88 DebugType = "";
93 void setDebugType(const char* s) { DebugType = s; }
/external/swiftshader/third_party/LLVM/lib/Support/
DDebug.cpp88 bool llvm::isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
89 return CurrentDebugType.empty() || DebugType == CurrentDebugType; in isCurrentDebugType()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScoreboardHazardRecognizer.cpp16 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType
28 const char *ScoreboardHazardRecognizer::DebugType = ""; member in ScoreboardHazardRecognizer
39 DebugType = ParentDebugType; in ScoreboardHazardRecognizer()
/external/llvm/lib/Support/
DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
55 if (d == DebugType) in isCurrentDebugType()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
55 if (d == DebugType) in isCurrentDebugType()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h127 const char *DebugType; variable
140 DebugType = "";
150 void setDebugType(const char* s) { DebugType = s; }
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp26 #define DEBUG_TYPE DebugType
31 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj15 <DebugType>full</DebugType>
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h88 const char *DebugType; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h90 static const char *DebugType; variable
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp134 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
425 StringRef DebugType) { in PragmaDebug() argument
430 OS << DebugType; in PragmaDebug()
/external/llvm/include/llvm/Support/
DCOFF.h590 enum DebugType { enum
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h595 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.cpp1797 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()
1855 DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs()
1876 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Eliminated congruent iv: " in replaceCongruentIVs()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp1564 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()
1571 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp463 static const EnumEntry<COFF::DebugType> ImageDebugType[] = {
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp960 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local
977 StorageOffsetInBits, Flags, DebugType); in createBitFieldType()