Searched defs:DebugType (Results 1 – 13 of 13) 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()
212 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()523 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug()
544 StringRef DebugType) { in PragmaDebug()
204 llvm::StringRef DebugType) { in PragmaDebug()
322 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anone7b60f380111::MachineCopyPropagation
74 enum class DebugType { enum
89 const std::vector<std::pair<COFF::DebugType, Chunk *>> &r, in DebugDirectoryChunk()
651 enum DebugType : unsigned { enum
1434 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local