Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1747 StringOffset &offsetInfo = it->second; in finalizeContents() local
1748 if (offsetInfo.outSecOff == UINT64_MAX) { in finalizeContents()
1749 offsetInfo.outSecOff = in finalizeContents()
1750 alignToPowerOf2(size, 1ULL << offsetInfo.trailingZeros); in finalizeContents()
1752 offsetInfo.outSecOff + s.size() + 1; // account for null terminator in finalizeContents()
1754 piece.outSecOff = offsetInfo.outSecOff; in finalizeContents()