| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LostDebugLocObserver.h | 20 StringRef DebugType; variable 26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Statistic.h | 52 const char *const DebugType; 59 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic() argument 61 : DebugType(DebugType), Name(Name), Desc(Desc), Value(0), in TrackingStatistic() 64 const char *getDebugType() const { return DebugType; } in getDebugType()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.cpp | 28 #define DEBUG_TYPE DebugType 33 : DebugType(ParentDebugType), ItinData(II), DAG(SchedDAG) { in ScoreboardHazardRecognizer() 34 (void)DebugType; in ScoreboardHazardRecognizer()
|
| H A D | MachineCopyPropagation.cpp | 322 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anone7b60f380111::MachineCopyPropagation 324 void ReadRegister(MCRegister Reg, MachineInstr &Reader, DebugType DT); 360 DebugType DT) { in ReadRegister()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Debug.cpp | 52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 58 if (d == DebugType) in isCurrentDebugType()
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 212 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument 523 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() argument 524 First->PragmaDebug(Loc, DebugType); in PragmaDebug() 525 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 154 const char *DebugType; variable 170 DebugType = ""; 180 void setDebugType(const char *s) { DebugType = s; }
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Config.h | 74 enum class DebugType { enum 126 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
|
| H A D | Writer.cpp | 89 const std::vector<std::pair<COFF::DebugType, Chunk *>> &r, in DebugDirectoryChunk() argument 100 for (const std::pair<COFF::DebugType, Chunk *>& record : records) { in writeTo() 124 void fillEntry(debug_directory *d, COFF::DebugType debugType, size_t size, in fillEntry() 139 const std::vector<std::pair<COFF::DebugType, Chunk *>> &records; 268 std::vector<std::pair<COFF::DebugType, Chunk *>> debugRecords; 989 for (std::pair<COFF::DebugType, Chunk *> r : debugRecords) { in createMiscChunks()
|
| H A D | Driver.cpp | 844 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() 853 .Case("cv", static_cast<unsigned>(DebugType::CV)) in parseDebugTypes() 854 .Case("pdata", static_cast<unsigned>(DebugType::PData)) in parseDebugTypes() 855 .Case("fixup", static_cast<unsigned>(DebugType::Fixup)) in parseDebugTypes() 867 debugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes() 869 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes() 871 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.h | 91 const char *DebugType; variable
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LostDebugLocObserver.cpp | 17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 155 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override; 544 StringRef DebugType) { in PragmaDebug() argument 548 OS << DebugType; in PragmaDebug()
|
| /llvm-project-15.0.7/clang-tools-extra/pp-trace/ |
| H A D | PPCallbacksTracker.cpp | 204 llvm::StringRef DebugType) { in PragmaDebug() argument 207 appendArgument("DebugType", DebugType); in PragmaDebug()
|
| H A D | PPCallbacksTracker.h | 111 void PragmaDebug(SourceLocation Loc, llvm::StringRef DebugType) override;
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 651 enum DebugType : unsigned { enum
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1199 DebugType, dbgs() << "One incomplete PHI is found: " << PN << "\n"); in getAddRecExprPHILiterally() 1956 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs() 2016 DebugType, dbgs() << "INDVARS: Eliminated congruent iv.inc: " in replaceCongruentIVs() 2036 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs() 2040 DebugType, dbgs() << "INDVARS: Original iv: " << *OrigPhiRef << '\n'); in replaceCongruentIVs()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | pp-trace.rst | 370 DebugType (string) StringRef … 377 DebugType: warning
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 523 const EnumEntry<COFF::DebugType> ImageDebugType[] = {
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1434 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local 1457 Flags, DebugType, Annotations); in createBitFieldType()
|