Home
last modified time | relevance | path

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

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