Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp793 object::section_iterator RSec = Obj.section_end(); in DWARFContextInMemory() local
820 RSec = *SectOrErr; in DWARFContextInMemory()
830 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in DWARFContextInMemory()
831 SymAddr = RSec->getAddress(); in DWARFContextInMemory()
839 if (L != nullptr && RSec != Obj.section_end()) { in DWARFContextInMemory()
844 RSec->getName(SecName); in DWARFContextInMemory()
848 SectionLoadAddress = L->getSectionLoadAddress(*RSec); in DWARFContextInMemory()
850 SymAddr += SectionLoadAddress - RSec->getAddress(); in DWARFContextInMemory()