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

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1315     RSec = *SectOrErr;
 1318     RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl());
 1319     Ret.Address = RSec->getAddress();
 1322   if (RSec != Obj.section_end())
 1323     Ret.SectionIndex = RSec->getIndex();
 1332   if (L && RSec != Obj.section_end())
 1333     if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec))
 1334       Ret.Address += SectionLoadAddress - RSec->getAddress();