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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1439 object::section_iterator RSec = Obj.section_end(); local
1462 RSec = *SectOrErr;
1465 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl());
1466 Ret.Address = RSec->getAddress();
1469 if (RSec != Obj.section_end())
1470 Ret.SectionIndex = RSec->getIndex();
1476 // RSec is now either the section being targeted or the section
1479 if (L && RSec != Obj.section_end())
1480 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec))
1481 Ret.Address += SectionLoadAddress - RSec
[all...]

Completed in 179 milliseconds