Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1914 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() local
1937 RSec = *SectOrErr; in getSymbolInfo()
1940 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
1941 Ret.Address = RSec->getAddress(); in getSymbolInfo()
1944 if (RSec != Obj.section_end()) in getSymbolInfo()
1945 Ret.SectionIndex = RSec->getIndex(); in getSymbolInfo()
1954 if (L && RSec != Obj.section_end()) in getSymbolInfo()
1955 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()
1956 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()