LLVM: llvm::objcopy::macho::MachOWriter Class Reference (original) (raw)
#include "[ObjCopy/MachO/MachOWriter.h](MachOWriter%5F8h%5Fsource.html)"
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
◆ finalize()
| Error MachOWriter::finalize | ( | ) |
|---|
◆ totalSize()
| size_t MachOWriter::totalSize | ( | ) | const |
|---|
Definition at line 38 of file MachOWriter.cpp.
References assert(), llvm::MachO::dyld_info_command::bind_off, llvm::MachO::dyld_info_command::bind_size, llvm::MachO::linkedit_data_command::dataoff, llvm::MachO::linkedit_data_command::datasize, llvm::SmallVectorTemplateCommon< T, typename >::empty(), llvm::MachO::dyld_info_command::export_off, llvm::MachO::dyld_info_command::export_size, llvm::MachO::dysymtab_command::indirectsymoff, llvm::MachO::dyld_info_command::lazy_bind_off, llvm::MachO::dyld_info_command::lazy_bind_size, llvm::max_element(), llvm::SmallVectorTemplateBase< T, bool >::push_back(), llvm::MachO::dyld_info_command::rebase_off, llvm::MachO::dyld_info_command::rebase_size, llvm::objcopy::macho::LoadCommand::Sections, llvm::MachO::symtab_command::stroff, llvm::MachO::symtab_command::strsize, llvm::MachO::symtab_command::symoff, llvm::MachO::dyld_info_command::weak_bind_off, and llvm::MachO::dyld_info_command::weak_bind_size.
Referenced by write().
◆ write()
| Error MachOWriter::write | ( | ) |
|---|
The documentation for this class was generated from the following files:
- lib/ObjCopy/MachO/MachOWriter.h
- lib/ObjCopy/MachO/MachOWriter.cpp