Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOWriter.cpp92 if (O.CodeSignatureCommandIndex) { in totalSize()
94 O.LoadCommands[*O.CodeSignatureCommandIndex] in totalSize()
417 return writeLinkData(O.CodeSignatureCommandIndex, O.CodeSignature); in writeCodeSignatureData()
473 if (O.CodeSignatureCommandIndex) { in writeTail()
475 O.LoadCommands[*O.CodeSignatureCommandIndex] in writeTail()
DMachOReader.cpp123 O.CodeSignatureCommandIndex = O.LoadCommands.size(); in readLoadCommands()
272 return readLinkData(O, O.CodeSignatureCommandIndex, O.CodeSignature); in readCodeSignature()
DObject.h319 Optional<size_t> CodeSignatureCommandIndex; member
DMachOLayoutBuilder.cpp263 if (O.CodeSignatureCommandIndex) in layoutTail()