Searched defs:DebugType (Results 1 – 12 of 12) sorted by relevance
20 StringRef DebugType; variable26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver()
91 const char *DebugType; variable
59 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic()
154 const char *DebugType; variable
52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
218 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()537 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug()
538 StringRef DebugType) { in PragmaDebug()
323 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anonb2bd9f5f0111::MachineCopyPropagation
74 enum class DebugType { enum
89 const std::vector<std::pair<COFF::DebugType, Chunk *>> &r, in DebugDirectoryChunk()
652 enum DebugType : unsigned { enum
1465 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local