reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
81 DWARFContext &Ctx = U->getContext(); 89 DWARFExpression(Data, U->getVersion(), U->getAddressByteSize()) 89 DWARFExpression(Data, U->getVersion(), U->getAddressByteSize()) 90 .print(OS, MRI, U); 98 if (Optional<object::SectionedAddress> BA = U->getBaseAddress()) 103 MRI, U, LLDumpOpts, Indent); 113 if (!U->isDWOUnit() && !U->getLocSection()->Data.empty()) { 113 if (!U->isDWOUnit() && !U->getLocSection()->Data.empty()) { 115 DWARFDataExtractor Data(Obj, *U->getLocSection(), Ctx.isLittleEndian(), 121 bool UseLocLists = !U->isDWOUnit(); 123 UseLocLists ? Obj.getLoclistsSection().Data : U->getLocSectionData(); 134 Data, &Offset, UseLocLists ? U->getVersion() : 4));