Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1718 StringOffset &offsetInfo = it->second; in finalizeContents() local
1719 if (offsetInfo.outSecOff == UINT64_MAX) { in finalizeContents()
1720 offsetInfo.outSecOff = alignTo(size, 1ULL << offsetInfo.trailingZeros); in finalizeContents()
1722 offsetInfo.outSecOff + s.size() + 1; // account for null terminator in finalizeContents()
1724 piece.outSecOff = offsetInfo.outSecOff; in finalizeContents()