Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h322 std::optional<size_t> CodeSignatureCommandIndex; member
H A DMachOObject.cpp61 CodeSignatureCommandIndex = Index; in updateLoadCommandIndexes()
H A DMachOWriter.cpp97 {O.CodeSignatureCommandIndex, O.DylibCodeSignDRsIndex, in totalSize()
630 {O.CodeSignatureCommandIndex, &MachOWriter::writeCodeSignatureData}, in writeTail()
H A DMachOReader.cpp125 O.CodeSignatureCommandIndex = O.LoadCommands.size(); in readLoadCommands()
H A DMachOLayoutBuilder.cpp292 if (O.CodeSignatureCommandIndex) { in layoutTail()