Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h324 Optional<size_t> CodeSignatureCommandIndex; member
H A DMachOObject.cpp38 CodeSignatureCommandIndex = Index; in updateLoadCommandIndexes()
H A DMachOWriter.cpp98 {O.CodeSignatureCommandIndex, O.DataInCodeCommandIndex, in totalSize()
618 {O.CodeSignatureCommandIndex, &MachOWriter::writeCodeSignatureData}, in writeTail()
H A DMachOReader.cpp124 O.CodeSignatureCommandIndex = O.LoadCommands.size(); in readLoadCommands()
H A DMachOLayoutBuilder.cpp270 if (O.CodeSignatureCommandIndex) { in layoutTail()