Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputSection.h224 return getStringRef(getStringPieceIndex(off)); in getStringRefAtOffset()
243 size_t getStringPieceIndex(uint64_t off) const;
H A DInputSection.cpp270 size_t CStringInputSection::getStringPieceIndex(uint64_t off) const { in getStringPieceIndex() function in CStringInputSection