Searched defs:DebugType (Results 1 – 10 of 10) sorted by relevance
20 StringRef DebugType; variable26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver()
91 const char *DebugType; variable
50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
58 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic()
164 const char *DebugType; variable
203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()465 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug()
276 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon835623930111::MachineCopyPropagation
474 StringRef DebugType) { in PragmaDebug()
651 enum DebugType : unsigned { enum
1379 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local