Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.h539 uint64_t getSize() const override { return xarSize; } in getSize()
545 uint64_t xarSize; variable
H A DSyntheticSections.cpp1592 file_size(xarPath, xarSize); in finalize()
1603 xarSize, 0, ec); in writeTo()
1606 memcpy(buf, xarMap.const_data(), xarSize); in writeTo()