Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h20 StringRef DebugType; variable
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h51 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 DScoreboardHazardRecognizer.cpp28 #define DEBUG_TYPE DebugType
33 : DebugType(ParentDebugType), ItinData(II), DAG(SchedDAG) { in ScoreboardHazardRecognizer()
34 (void)DebugType; in ScoreboardHazardRecognizer()
H A DMachineCopyPropagation.cpp481 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 DDebug.cpp52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
58 if (d == DebugType) in isCurrentDebugType()
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h178 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 DConfig.h85 enum class DebugType {
145 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
83 enum class DebugType { global() enum
H A DDriver.cpp877 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 DWriter.cpp89 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 DPPCallbacks.h250 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 DScoreboardHazardRecognizer.h92 const char *DebugType; variable
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)
/llvm-project/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp206 llvm::StringRef DebugType) { in PragmaDebug() argument
209 appendArgument("DebugType", DebugType); in PragmaDebug()
H A DPPCallbacksTracker.h111 void PragmaDebug(SourceLocation Loc, llvm::StringRef DebugType) override;
/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp173 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 DScalarEvolutionExpander.cpp993 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 DCOFF.h699 enum DebugType : unsigned {
666 enum DebugType : unsigned { global() enum
/llvm-project/clang-tools-extra/docs/
H A Dpp-trace.rst370 DebugType (string) StringRef …
377 DebugType: warning
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1652 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 DCOFFDumper.cpp525 const EnumEntry<COFF::DebugType> ImageDebugType[] = {