Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDInputSection.h225 return getStringRef(getStringPieceIndex(off)); in getStringRefAtOffset()
244 size_t getStringPieceIndex(uint64_t off) const;
HDInputSection.cpp317 size_t CStringInputSection::getStringPieceIndex(uint64_t off) const { in getStringPieceIndex() function in CStringInputSection