/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LostDebugLocObserver.h | 20 StringRef DebugType; variable 26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 51 const char *const DebugType; 58 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic() argument 60 : DebugType(DebugType), Name(Name), Desc(Desc), Value(0), in TrackingStatistic() 63 const char *getDebugType() const { return DebugType; } in getDebugType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ScoreboardHazardRecognizer.cpp | 28 #define DEBUG_TYPE DebugType 33 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer() 35 (void)DebugType; in ScoreboardHazardRecognizer()
|
H A D | MachineCopyPropagation.cpp | 276 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon835623930111::MachineCopyPropagation 278 void ReadRegister(MCRegister Reg, MachineInstr &Reader, DebugType DT); 314 DebugType DT) { in ReadRegister()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Debug.cpp | 50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 56 if (d == DebugType) in isCurrentDebugType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument 465 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() argument 466 First->PragmaDebug(Loc, DebugType); in PragmaDebug() 467 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 164 const char *DebugType; variable 180 DebugType = ""; 190 void setDebugType(const char *s) { DebugType = s; }
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ScoreboardHazardRecognizer.h | 91 const char *DebugType; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LostDebugLocObserver.cpp | 17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 137 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override; 474 StringRef DebugType) { in PragmaDebug() argument 479 OS << DebugType; in PragmaDebug()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 651 enum DebugType : unsigned { enum
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 1229 DebugType, dbgs() << "One incomplete PHI is found: " << PN << "\n"); in getAddRecExprPHILiterally() 2089 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs() 2147 DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs() 2168 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Eliminated congruent iv: " in replaceCongruentIVs() 2170 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Original iv: " in replaceCongruentIVs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 522 static const EnumEntry<COFF::DebugType> ImageDebugType[] = {
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1379 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local 1401 Flags, DebugType); in createBitFieldType()
|