Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1439 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() local
1462 RSec = *SectOrErr; in getSymbolInfo()
1465 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
1466 Ret.Address = RSec->getAddress(); in getSymbolInfo()
1469 if (RSec != Obj.section_end()) in getSymbolInfo()
1470 Ret.SectionIndex = RSec->getIndex(); in getSymbolInfo()
1479 if (L && RSec != Obj.section_end()) in getSymbolInfo()
1480 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()
1481 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()