reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
79 const DWARFUnit *getUnit() const { return U; }
lib/DebugInfo/DWARF/DWARFFormValue.cpp230 return !U || U->getVersion() <= 3; 230 return !U || U->getVersion() <= 3; 243 U = CU; 369 dumpAddressSection(U->getContext().getDWARFObj(), OS, DumpOpts, 404 if (U == nullptr) { 408 Optional<object::SectionedAddress> A = U->getAddrOffsetSectionItem(UValue); 569 << format("0x%8.8" PRIx64, UValue + (U ? U->getOffset() : 0)); 569 << format("0x%8.8" PRIx64, UValue + (U ? U->getOffset() : 0)); 603 if (!U) 605 Optional<uint64_t> StrOffset = U->getStringOffsetSectionItem(Offset); 612 if (U) { 613 if (const char *Str = U->getStringExtractor().getCStr(&Offset)) 634 if (!U) 636 Optional<object::SectionedAddress> SA = U->getAddrOffsetSectionItem(Index); 659 if (!U) 661 return UnitOffset{const_cast<DWARFUnit*>(U), Value.uval};