Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp52 TextSegmentCommandIndex = Index; in updateLoadCommandIndexes()
57 TextSegmentCommandIndex = Index; in updateLoadCommandIndexes()
H A DMachOReader.cpp133 O.TextSegmentCommandIndex = O.LoadCommands.size(); in readLoadCommands()
149 O.TextSegmentCommandIndex = O.LoadCommands.size(); in readLoadCommands()
H A DMachOObject.h342 std::optional<size_t> TextSegmentCommandIndex; member
H A DMachOWriter.cpp460 if (O.TextSegmentCommandIndex) { in writeCodeSignatureData()
462 O.LoadCommands[*O.TextSegmentCommandIndex]; in writeCodeSignatureData()