Home
last modified time | relevance | path

Searched refs:export_size (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOWriter.cpp81 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in totalSize()
83 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize()
372 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in writeExportInfo()
HDMachOLayoutBuilder.cpp410 MLC.dyld_info_command_data.export_size = DyldInfoExportsTrieSize; in layoutTail()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h886 uint32_t export_size; member
1259 sys::swapByteOrder(info.export_size); in swapStruct()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOYAML.cpp315 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDWriter.cpp119 c->export_size = exportSection->getFileSize(); in writeTo()
HDInputFiles.cpp1745 parseExportedSymbols(dyldInfo->export_off, dyldInfo->export_size); in DylibFile()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp723 BigSize += DyldInfo.export_size; in checkDyldInfoCommand()
730 DyldInfo.export_size, in checkDyldInfoCommand()
4976 return ArrayRef(Ptr, DyldInfo.export_size); in getDyldInfoExportsTrie()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp9020 outs() << " export_size " << dc.export_size; in PrintDyldInfoLoadCommand()
9022 big_size += dc.export_size; in PrintDyldInfoLoadCommand()