Home
last modified time | relevance | path

Searched refs:RSec (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1138 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() local
1161 RSec = *SectOrErr; in getSymbolInfo()
1164 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
1165 Ret.Address = RSec->getAddress(); in getSymbolInfo()
1168 if (RSec != Obj.section_end()) in getSymbolInfo()
1169 Ret.SectionIndex = RSec->getIndex(); in getSymbolInfo()
1178 if (L && RSec != Obj.section_end()) in getSymbolInfo()
1179 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()
1180 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()