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

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1055       if (const auto *LT = CU->getContext().getLineTableForUnit(CU))
lib/DebugInfo/DWARF/DWARFDie.cpp
   81   DWARFContext &Ctx = U->getContext();
  289     if (const auto *LT = U->getContext().getLineTableForUnit(U))
  337     const DWARFObject &Obj = Die.getDwarfUnit()->getContext().getDWARFObj();
lib/DebugInfo/DWARF/DWARFFormValue.cpp
  241     Ctx = &CU->getContext();
  369   dumpAddressSection(U->getContext().getDWARFObj(), OS, DumpOpts,
tools/dsymutil/DeclContext.cpp
  124         if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit(
tools/llvm-dwarfdump/Statistics.cpp
  226                        Die.getDwarfUnit()->getContext().isLittleEndian(), 0);
  251         auto *DebugLoc = Die.getDwarfUnit()->getContext().getDebugLoc();