Home
last modified time | relevance | path

Searched refs:weak_bind_size (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp68 assert((DyLdInfoCommand.weak_bind_size == O.WeakBinds.Opcodes.size()) && in totalSize()
71 DyLdInfoCommand.weak_bind_size); in totalSize()
347 assert((DyLdInfoCommand.weak_bind_size == O.WeakBinds.Opcodes.size()) && in writeWeakBindInfo()
H A DMachOLayoutBuilder.cpp401 MLC.dyld_info_command_data.weak_bind_size = O.WeakBinds.Opcodes.size(); in layoutTail()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h882 uint32_t weak_bind_size; member
1255 sys::swapByteOrder(info.weak_bind_size); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp309 IO.mapRequired("weak_bind_size", LoadCommand.weak_bind_size); in mapping()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp110 c->weak_bind_size = weakBindingSection->getFileSize(); in writeTo()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp694 BigSize += DyldInfo.weak_bind_size; in checkDyldInfoCommand()
701 DyldInfo.weak_bind_size, in checkDyldInfoCommand()
4947 return ArrayRef(Ptr, DyldInfo.weak_bind_size); in getDyldInfoWeakBindOpcodes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9015 outs() << " weak_bind_size " << dc.weak_bind_size; in PrintDyldInfoLoadCommand()
9017 big_size += dc.weak_bind_size; in PrintDyldInfoLoadCommand()