/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Statistic.h | 41 const char *DebugType; 48 const char *getDebugType() const { return DebugType; } in getDebugType() 54 DebugType = debugtype; in construct()
|
/external/llvm/include/llvm/ADT/ |
D | Statistic.h | 40 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/ |
D | ScalarEvolutionExpander.h | 76 const char *DebugType; variable 88 DebugType = ""; 93 void setDebugType(const char* s) { DebugType = s; }
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Debug.cpp | 88 bool llvm::isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 89 return CurrentDebugType.empty() || DebugType == CurrentDebugType; in isCurrentDebugType()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 16 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType 28 const char *ScoreboardHazardRecognizer::DebugType = ""; member in ScoreboardHazardRecognizer 39 DebugType = ParentDebugType; in ScoreboardHazardRecognizer()
|
/external/llvm/lib/Support/ |
D | Debug.cpp | 49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 55 if (d == DebugType) in isCurrentDebugType()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Debug.cpp | 49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 55 if (d == DebugType) in isCurrentDebugType()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 127 const char *DebugType; variable 140 DebugType = ""; 150 void setDebugType(const char* s) { DebugType = s; }
|
/external/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 26 #define DEBUG_TYPE DebugType 31 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.csproj | 15 <DebugType>full</DebugType>
|
/external/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 88 const char *DebugType; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 90 static const char *DebugType; variable
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 134 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override; 425 StringRef DebugType) { in PragmaDebug() argument 430 OS << DebugType; in PragmaDebug()
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 590 enum DebugType { enum
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 595 enum DebugType { enum
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 180 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1797 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/ |
D | ScalarEvolutionExpander.cpp | 1564 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs() 1571 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 463 static const EnumEntry<COFF::DebugType> ImageDebugType[] = {
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 960 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local 977 StorageOffsetInBits, Flags, DebugType); in createBitFieldType()
|