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
58 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic()
167 const char *DebugType; variable
52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType()
207 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()501 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug()
474 StringRef DebugType) { in PragmaDebug()
276 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon169938bc0111::MachineCopyPropagation
70 enum class DebugType { enum
97 DebugDirectoryChunk(const std::vector<std::pair<COFF::DebugType, Chunk *>> &r, in DebugDirectoryChunk()
652 enum DebugType : unsigned { enum
1360 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); in createBitFieldType() local