Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1916 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() local
1939 RSec = *SectOrErr; in getSymbolInfo()
1942 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
1943 Ret.Address = RSec->getAddress(); in getSymbolInfo()
1946 if (RSec != Obj.section_end()) in getSymbolInfo()
1947 Ret.SectionIndex = RSec->getIndex(); in getSymbolInfo()
1956 if (L && RSec != Obj.section_end()) in getSymbolInfo()
1957 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()
1958 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()