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.h226 return getStringRef(getStringPieceIndex(off)); in getStringRefAtOffset()
245 size_t getStringPieceIndex(uint64_t off) const;
H A DInputSection.cpp316 size_t CStringInputSection::getStringPieceIndex(uint64_t off) const { in getStringPieceIndex() function in CStringInputSection