reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/DIEHash.cpp
  226   const DebugLocStream &Locs = DD.getDebugLocs();
lib/CodeGen/AsmPrinter/DebugLocEntry.h
  148                 DebugLocStream::ListBuilder &List,
lib/CodeGen/AsmPrinter/DebugLocStream.h
  157   DebugLocStream &Locs;
  164   ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm,
  174   DebugLocStream &getLocs() { return Locs; }
  179   DebugLocStream &Locs;
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1561     DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn);
 2133                                    const DebugLocStream::Entry &Entry,
 2219                              DebugLocStream::ListBuilder &List,
 2225   DebugLocStream::EntryBuilder Entry(List, Begin, End);
 2247 void DwarfDebug::emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry,
 2314   const auto &DebugLocs = DD.getDebugLocs();
 2421 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List &List) {
lib/CodeGen/AsmPrinter/DwarfDebug.h
  313   DebugLocStream DebugLocs;
  707   const DebugLocStream &getDebugLocs() const { return DebugLocs; }
  712                          const DebugLocStream::Entry &Entry,
  716   void emitDebugLocEntryLocation(const DebugLocStream::Entry &Entry,