Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp91 if (O.CodeSignatureCommandIndex) { in totalSize()
93 O.LoadCommands[*O.CodeSignatureCommandIndex] in totalSize()
427 return writeLinkData(O.CodeSignatureCommandIndex, O.CodeSignature); in writeCodeSignatureData()
488 if (O.CodeSignatureCommandIndex) { in writeTail()
490 O.LoadCommands[*O.CodeSignatureCommandIndex] in writeTail()
H A DMachOReader.cpp123 O.CodeSignatureCommandIndex = O.LoadCommands.size(); in readLoadCommands()
275 return readLinkData(O, O.CodeSignatureCommandIndex, O.CodeSignature); in readCodeSignature()
H A DObject.h323 Optional<size_t> CodeSignatureCommandIndex; member
H A DMachOLayoutBuilder.cpp265 if (O.CodeSignatureCommandIndex) in layoutTail()