Searched refs:offsetInfo (Results 1 – 1 of 1) sorted by relevance
1770 lld::macho::DeduplicatedCStringSection::StringOffset &offsetInfo = in finalizeContents() local1772 if (offsetInfo.outSecOff == UINT64_MAX) { in finalizeContents()1773 offsetInfo.outSecOff = in finalizeContents()1774 alignToPowerOf2(size, 1ULL << offsetInfo.trailingZeros); in finalizeContents()1775 size = offsetInfo.outSecOff + s.size() + 1; // account for null terminator in finalizeContents()1777 piece.outSecOff = offsetInfo.outSecOff; in finalizeContents()