Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h20 StringRef DebugType; variable
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h51 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp28 #define DEBUG_TYPE DebugType
33 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer()
35 (void)DebugType; in ScoreboardHazardRecognizer()
H A DMachineCopyPropagation.cpp276 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon169938bc0111::MachineCopyPropagation
278 void ReadRegister(MCRegister Reg, MachineInstr &Reader, DebugType DT);
314 DebugType DT) { in ReadRegister()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
58 if (d == DebugType) in isCurrentDebugType()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DConfig.h70 enum class DebugType { enum
122 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
H A DDriver.cpp742 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes()
751 .Case("cv", static_cast<unsigned>(DebugType::CV)) in parseDebugTypes()
752 .Case("pdata", static_cast<unsigned>(DebugType::PData)) in parseDebugTypes()
753 .Case("fixup", static_cast<unsigned>(DebugType::Fixup)) in parseDebugTypes()
765 debugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes()
767 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()
769 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()
H A DWriter.cpp97 DebugDirectoryChunk(const std::vector<std::pair<COFF::DebugType, Chunk *>> &r, in DebugDirectoryChunk() argument
108 for (const std::pair<COFF::DebugType, Chunk *>& record : records) { in writeTo()
132 void fillEntry(debug_directory *d, COFF::DebugType debugType, size_t size, in fillEntry()
147 const std::vector<std::pair<COFF::DebugType, Chunk *>> &records;
274 std::vector<std::pair<COFF::DebugType, Chunk *>> debugRecords;
988 for (std::pair<COFF::DebugType, Chunk *> r : debugRecords) { in createMiscChunks()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h207 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument
501 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() argument
502 First->PragmaDebug(Loc, DebugType); in PragmaDebug()
503 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h167 const char *DebugType; variable
183 DebugType = "";
193 void setDebugType(const char *s) { DebugType = s; }
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h91 const char *DebugType; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp137 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
474 StringRef DebugType) { in PragmaDebug() argument
479 OS << DebugType; in PragmaDebug()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h652 enum DebugType : unsigned { enum
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1242 DebugType, dbgs() << "One incomplete PHI is found: " << PN << "\n"); in getAddRecExprPHILiterally()
2103 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs()
2163 DebugType, dbgs() << "INDVARS: Eliminated congruent iv.inc: " in replaceCongruentIVs()
2183 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs()
2187 DebugType, dbgs() << "INDVARS: Original iv: " << *OrigPhiRef << '\n'); in replaceCongruentIVs()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp522 static const EnumEntry<COFF::DebugType> ImageDebugType[] = {
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1360 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local
1382 Flags, DebugType); in createBitFieldType()