Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOLayoutBuilder.h37 sizeof(llvm::MachO::CS_SuperBlob) + sizeof(llvm::MachO::CS_BlobIndex));
HDMachOWriter.cpp482 auto *BlobIndex = reinterpret_cast<MachO::CS_BlobIndex *>(&SuperBlob[1]); in writeCodeSignatureData()
/freebsd-head/contrib/llvm-project/lld/MachO/
HDSyntheticSections.h535 sizeof(llvm::MachO::CS_SuperBlob) + sizeof(llvm::MachO::CS_BlobIndex));
HDSyntheticSections.cpp1607 auto *blobIndex = reinterpret_cast<CS_BlobIndex *>(&superBlob[1]); in writeTo()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h2355 struct CS_BlobIndex { struct