Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h20 StringRef DebugType; variable
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStatistic.h52 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()
/openbsd-src/gnu/llvm/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.cpp323 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anonb2bd9f5f0111::MachineCopyPropagation
325 void ReadRegister(MCRegister Reg, MachineInstr &Reader, DebugType DT);
361 DebugType DT) { in ReadRegister()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDebug.cpp52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
58 if (d == DebugType) in isCurrentDebugType()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h218 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument
537 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() argument
538 First->PragmaDebug(Loc, DebugType); in PragmaDebug()
539 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h154 const char *DebugType; variable
170 DebugType = "";
180 void setDebugType(const char *s) { DebugType = s; }
/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h74 enum class DebugType { enum
126 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
H A DDriver.cpp849 unsigned debugTypes = static_cast<unsigned>(DebugType::None); in parseDebugTypes()
858 .Case("cv", static_cast<unsigned>(DebugType::CV)) in parseDebugTypes()
859 .Case("pdata", static_cast<unsigned>(DebugType::PData)) in parseDebugTypes()
860 .Case("fixup", static_cast<unsigned>(DebugType::Fixup)) in parseDebugTypes()
872 debugTypes = static_cast<unsigned>(DebugType::CV); in parseDebugTypes()
874 debugTypes |= static_cast<unsigned>(DebugType::PData); in parseDebugTypes()
876 debugTypes |= static_cast<unsigned>(DebugType::Fixup); in parseDebugTypes()
H A DWriter.cpp89 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;
285 std::vector<std::pair<COFF::DebugType, Chunk *>> debugRecords;
1047 for (std::pair<COFF::DebugType, Chunk *> r : debugRecords) { in createMiscChunks()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h91 const char *DebugType; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp155 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
538 StringRef DebugType) { in PragmaDebug() argument
542 OS << DebugType; in PragmaDebug()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DCOFF.h652 enum DebugType : unsigned { enum
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1226 DebugType, dbgs() << "One incomplete PHI is found: " << PN << "\n"); in getAddRecExprPHILiterally()
1945 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs()
2007 DebugType, dbgs() << "INDVARS: Eliminated congruent iv.inc: " in replaceCongruentIVs()
2027 SCEV_DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs()
2031 DebugType, dbgs() << "INDVARS: Original iv: " << *OrigPhiRef << '\n'); in replaceCongruentIVs()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp523 const EnumEntry<COFF::DebugType> ImageDebugType[] = {
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1465 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local
1488 Flags, DebugType, Annotations); in createBitFieldType()