Home
last modified time | relevance | path

Searched refs:RSec (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp737 object::section_iterator RSec = Obj.section_end(); in DWARFContextInMemory() local
750 RSec = *Sym->getSection(); in DWARFContextInMemory()
760 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in DWARFContextInMemory()
761 SymAddr = RSec->getAddress(); in DWARFContextInMemory()
769 if (L != nullptr && RSec != Obj.section_end()) { in DWARFContextInMemory()
774 RSec->getName(SecName); in DWARFContextInMemory()
778 SectionLoadAddress = L->getSectionLoadAddress(*RSec); in DWARFContextInMemory()
780 SymAddr += SectionLoadAddress - RSec->getAddress(); in DWARFContextInMemory()