Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp429 U->getAddrOffsetSectionItem(UValue); in dump()
446 U->getAddrOffsetSectionItem(Index); in dump()
686 U->getAddrOffsetSectionItem(Index); in getAsSectionedAddress()
H A DDWARFUnit.cpp208 DWARFUnit::getAddrOffsetSectionItem(uint32_t Index) const { in getAddrOffsetSectionItem() function in DWARFUnit
216 return (*R.begin())->getAddrOffsetSectionItem(Index); in getAddrOffsetSectionItem()
704 [this](uint32_t Index) { return getAddrOffsetSectionItem(Index); }, in findLoclistFromOffset()
804 if (auto Pointer = getAddrOffsetSectionItem(DebugAddrOffset)) { in updateVariableDieMap()
H A DDWARFDebugRnglists.cpp92 [&](uint32_t Index) { return U.getAddrOffsetSectionItem(Index); }); in getAbsoluteRanges()
H A DDWARFDebugLoc.cpp130 return U->getAddrOffsetSectionItem(Index); in dumpLocationList()
H A DDWARFContext.cpp618 return (*I)->getAddrOffsetSectionItem(Index); in dump()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp237 if (auto SA = DU.getAddrOffsetSectionItem(Index)) in getLocation()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h369 getAddrOffsetSectionItem(uint32_t Index) const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp405 if (U->getAddrOffsetSectionItem(UValue)) { in processOneAttribute()