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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h20 StringRef DebugType; member in class:llvm::LostDebugLocObserver
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h49 const char *DebugType; member in class:llvm::StatisticBase
53 StatisticBase(const char *DebugType, const char *Name, const char *Desc) argument
54 : DebugType(DebugType), Name(Name), Desc(Desc) {}
56 const char *getDebugType() const { return DebugType; }
66 TrackingStatistic(const char *DebugType, const char *Name, const char *Desc) argument
67 : StatisticBase(DebugType, Name, Desc), Value(0), Initialized(false) {}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp50 bool isCurrentDebugType(const char *DebugType) { argument
53 // See if DebugType is in list. Note: do not use find() as that forces us to
56 if (d == DebugType)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp28 #define DEBUG_TYPE DebugType
33 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II),
35 (void)DebugType;
H A DMachineCopyPropagation.cpp275 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in class:__anon3505::MachineCopyPropagation
279 DebugType DT);
313 DebugType DT) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h91 const char *DebugType; member in class:llvm::ScoreboardHazardRecognizer
/freebsd-13-stable/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-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h141 const char *DebugType; member in class:llvm::SCEVExpander
154 DebugType = "";
164 void setDebugType(const char* s) { DebugType = s; }
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DConfig.h68 enum class DebugType { class in namespace:lld::coff
111 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
H A DDriver.cpp682 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
691 .Case("cv", static_cast<unsigned>(DebugType::CV))
692 .Case("pdata", static_cast<unsigned>(DebugType::PData))
693 .Case("fixup", static_cast<unsigned>(DebugType::Fixup))
705 debugTypes = static_cast<unsigned>(DebugType::CV);
707 debugTypes |= static_cast<unsigned>(DebugType::PData);
709 debugTypes |= static_cast<unsigned>(DebugType::Fixup);
H A DWriter.cpp94 DebugDirectoryChunk(const std::vector<std::pair<COFF::DebugType, Chunk *>> &r,
105 for (const std::pair<COFF::DebugType, Chunk *>& record : records) {
129 void fillEntry(debug_directory *d, COFF::DebugType debugType, size_t size,
144 const std::vector<std::pair<COFF::DebugType, Chunk *>> &records;
265 std::vector<std::pair<COFF::DebugType, Chunk *>> debugRecords;
963 for (std::pair<COFF::DebugType, Chunk *> r : debugRecords)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h202 /// \param DebugType The identifier following __debug.
203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { argument
465 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override {
466 First->PragmaDebug(Loc, DebugType);
467 Second->PragmaDebug(Loc, DebugType);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp137 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
474 StringRef DebugType) {
479 OS << DebugType; local
473 PragmaDebug(SourceLocation Loc, StringRef DebugType) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h650 enum DebugType : unsigned {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2001 DEBUG_WITH_TYPE(DebugType, dbgs()
2059 DEBUG_WITH_TYPE(DebugType,
2080 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Eliminated congruent iv: "
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp526 static const EnumEntry<COFF::DebugType> ImageDebugType[] = {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1310 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); local
1332 Flags, DebugType);
3133 llvm::TimeTraceScope TimeScope("DebugType", [&]() {

Completed in 239 milliseconds