/llvm-project/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/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 51 const char *const DebugType; 58 constexpr TrackingStatistic(const char *DebugType, const char *Name, 60 : DebugType(DebugType), Name(Name), Desc(Desc), Value(0), in TrackingStatistic() 63 const char *getDebugType() const { return DebugType; } 133 NoopStatistic(const char * /*DebugType*/, const char * /*Name*/, 59 TrackingStatistic(const char * DebugType,const char * Name,const char * Desc) TrackingStatistic() argument
|
/llvm-project/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 | 481 typedef enum { DebugUse = false, RegularUse = true } DebugType; in readSuccessorLiveIns() 483 void ReadRegister(MCRegister Reg, MachineInstr &Reader, DebugType DT); 523 DebugType DT) { in eraseIfRedundant() 411 typedef enum { DebugUse = false, RegularUse = true } DebugType; global() typedef in __anond43b9f7b0111::MachineCopyPropagation
|
/llvm-project/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/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 178 const char *DebugType; 194 DebugType = ""; 204 void setDebugType(const char *s) { DebugType = s; } 171 const char *DebugType; global() variable
|
/llvm-project/lld/COFF/ |
H A D | Config.h | 85 enum class DebugType { 145 unsigned debugTypes = static_cast<unsigned>(DebugType::None); 83 enum class DebugType { global() enum
|
H A D | Driver.cpp | 877 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes() 886 .Case("cv", static_cast<unsigned>(DebugType::CV)) in getMapFile() 887 .Case("pdata", static_cast<unsigned>(DebugType::PData)) in getMapFile() 888 .Case("fixup", static_cast<unsigned>(DebugType::Fixup)) in getMapFile() 900 debugTypes = static_cast<unsigned>(DebugType::CV); in getImplibPath() 902 debugTypes |= static_cast<unsigned>(DebugType::PData); in getImplibPath() 904 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in getImplibPath()
|
H A D | Writer.cpp | 89 const std::vector<std::pair<COFF::DebugType, Chunk *>> &r, in DebugDirectoryChunk() 100 for (const std::pair<COFF::DebugType, Chunk *>& record : records) { in writeTo() 124 void fillEntry(debug_directory *d, COFF::DebugType debugType, size_t size, 139 const std::vector<std::pair<COFF::DebugType, Chunk *>> &records; 298 std::vector<std::pair<COFF::DebugType, Chunk *>> debugRecords; 1228 for (std::pair<COFF::DebugType, Chunk *> r : debugRecords) { in createExportTable() 90 DebugDirectoryChunk(const COFFLinkerContext & c,const std::vector<std::pair<COFF::DebugType,Chunk * >> & r,bool writeRepro) DebugDirectoryChunk() argument
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 250 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument 589 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() argument 590 First->PragmaDebug(Loc, DebugType); in PragmaDebug() 591 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScoreboardHazardRecognizer.h | 92 const char *DebugType; variable
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LostDebugLocObserver.cpp | 17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)
|
/llvm-project/clang-tools-extra/pp-trace/ |
H A D | PPCallbacksTracker.cpp | 206 llvm::StringRef DebugType) { in PragmaDebug() argument 209 appendArgument("DebugType", DebugType); in PragmaDebug()
|
H A D | PPCallbacksTracker.h | 111 void PragmaDebug(SourceLocation Loc, llvm::StringRef DebugType) override;
|
/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 173 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override; 634 StringRef DebugType) { in PragmaDebug() argument 638 *OS << DebugType; in PragmaDebug()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 993 DebugType, dbgs() << "One incomplete PHI is found: " << PN << "\n"); in getAddRecExprPHILiterally() 1684 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs() 1755 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs() 1790 SCEV_DEBUG_WITH_TYPE(DebugType, in hasRelatedExistingExpansion() 1794 DebugType, dbgs() << "INDVARS: Original iv: " << *OrigPhiRef << '\n'); in hasRelatedExistingExpansion()
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 699 enum DebugType : unsigned { 666 enum DebugType : unsigned { global() enum
|
/llvm-project/clang-tools-extra/docs/ |
H A D | pp-trace.rst | 370 DebugType (string) StringRef … 377 DebugType: warning
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1652 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldSeparatorIfNeeded() 1675 Flags, DebugType, Annotations); in createBitFieldSeparatorIfNeeded() 1730 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createFieldType() 1746 Flags, DebugType, Annotations); in createInlinedTrapSubprogram() 3724 llvm::TimeTraceScope TimeScope("DebugType", [&]() { in getParentModuleOrNull() 1613 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); createBitFieldType() local 1692 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); createBitFieldSeparatorIfNeeded() local
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 525 const EnumEntry<COFF::DebugType> ImageDebugType[] = {
|