Home
last modified time | relevance | path

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

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