Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp92 if (O.CodeSignatureCommandIndex) { in totalSize()
94 O.LoadCommands[*O.CodeSignatureCommandIndex] in totalSize()
418 return writeLinkData(O.CodeSignatureCommandIndex, O.CodeSignature); in writeCodeSignatureData()
474 if (O.CodeSignatureCommandIndex) { in writeTail()
476 O.LoadCommands[*O.CodeSignatureCommandIndex] in writeTail()
H A DMachOReader.cpp123 O.CodeSignatureCommandIndex = O.LoadCommands.size(); in readLoadCommands()
272 return readLinkData(O, O.CodeSignatureCommandIndex, O.CodeSignature); in readCodeSignature()
H A DObject.h319 Optional<size_t> CodeSignatureCommandIndex; member
H A DMachOLayoutBuilder.cpp263 if (O.CodeSignatureCommandIndex) in layoutTail()