Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp66 TextSegmentCommandIndex = Index; in updateLoadCommandIndexes()
71 TextSegmentCommandIndex = Index; in updateLoadCommandIndexes()
H A DMachOReader.cpp134 O.TextSegmentCommandIndex = O.LoadCommands.size(); in readLoadCommands()
150 O.TextSegmentCommandIndex = O.LoadCommands.size(); in readLoadCommands()
H A DMachOObject.h343 std::optional<size_t> TextSegmentCommandIndex; member
H A DMachOWriter.cpp459 if (O.TextSegmentCommandIndex) { in writeCodeSignatureData()
461 O.LoadCommands[*O.TextSegmentCommandIndex]; in writeCodeSignatureData()