Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp429 U->getAddrOffsetSectionItem(UValue); in dump()
446 U->getAddrOffsetSectionItem(Index); in dump()
686 U->getAddrOffsetSectionItem(Index); in getAsSectionedAddress()
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()
DDWARFDebugRnglists.cpp92 [&](uint32_t Index) { return U.getAddrOffsetSectionItem(Index); }); in getAbsoluteRanges()
DDWARFDebugLoc.cpp130 return U->getAddrOffsetSectionItem(Index); in dumpLocationList()
DDWARFContext.cpp618 return (*I)->getAddrOffsetSectionItem(Index); in dump()
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DInstrProfCorrelator.cpp237 if (auto SA = DU.getAddrOffsetSectionItem(Index)) in getLocation()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h369 getAddrOffsetSectionItem(uint32_t Index) const;