Home
last modified time | relevance | path

Searched refs:RSec (Results 1 – 3 of 3) 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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1360 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() local
1383 RSec = *SectOrErr; in getSymbolInfo()
1386 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
1387 Ret.Address = RSec->getAddress(); in getSymbolInfo()
1390 if (RSec != Obj.section_end()) in getSymbolInfo()
1391 Ret.SectionIndex = RSec->getIndex(); in getSymbolInfo()
1400 if (L && RSec != Obj.section_end()) in getSymbolInfo()
1401 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()
1402 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1430 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() local
1453 RSec = *SectOrErr; in getSymbolInfo()
1456 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
1457 Ret.Address = RSec->getAddress(); in getSymbolInfo()
1460 if (RSec != Obj.section_end()) in getSymbolInfo()
1461 Ret.SectionIndex = RSec->getIndex(); in getSymbolInfo()
1470 if (L && RSec != Obj.section_end()) in getSymbolInfo()
1471 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()
1472 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()