Home
last modified time | relevance | path

Searched refs:getStringRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputSection.h214 StringRef getStringRef(size_t i) const { in getStringRef() function
224 return getStringRef(getStringPieceIndex(off)); in getStringRefAtOffset()
232 return {getStringRef(i), pieces[i].hash}; in getCachedHashStringRef()
H A DMapFile.cpp98 {fileIndex, isec->getStringRef(i)}}); in gatherMapInfo()
100 info.deadCStrings.push_back({fileIndex, isec->getStringRef(i)}); in gatherMapInfo()
H A DSyntheticSections.cpp1593 StringRef string = isec->getStringRef(i); in writeTo()
1612 StringRef string = isec->getStringRef(i); in finalizeContents()