Searched refs:MachOWriter (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOWriter.cpp | 27 size_t MachOWriter::headerSize() const { in headerSize() 31 size_t MachOWriter::loadCommandsSize() const { return O.Header.SizeOfCmds; } in loadCommandsSize() 33 size_t MachOWriter::symTableSize() const { in symTableSize() 38 size_t MachOWriter::totalSize() const { in totalSize() 134 void MachOWriter::writeHeader() { in writeHeader() 154 void MachOWriter::writeLoadCommands() { in writeLoadCommands() 214 void MachOWriter::writeSectionInLoadCommand(const Section &Sec, uint8_t *&Out) { in writeSectionInLoadCommand() 238 void MachOWriter::writeSections() { in writeSections() 286 void MachOWriter::writeStringTable() { in writeStringTable() 297 void MachOWriter::writeSymbolTable() { in writeSymbolTable() [all …]
|
| H A D | MachOWriter.h | 24 class MachOWriter { 62 MachOWriter(Object &O, bool Is64Bit, bool IsLittleEndian, in MachOWriter() function
|
| H A D | MachOObjcopy.cpp | 516 MachOWriter Writer(**O, In.is64Bit(), In.isLittleEndian(), in executeObjcopyOnBinary()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 30 class MachOWriter { class 32 MachOWriter(MachOYAML::Object &Obj) : Obj(Obj), fileStart(0) { in MachOWriter() function in __anon31ab8d4b0111::MachOWriter 76 Error MachOWriter::writeMachO(raw_ostream &OS) { in writeMachO() 88 void MachOWriter::writeHeader(raw_ostream &OS) { in writeHeader() 240 void MachOWriter::ZeroToOffset(raw_ostream &OS, size_t Offset) { in ZeroToOffset() 246 void MachOWriter::writeLoadCommands(raw_ostream &OS) { in writeLoadCommands() 295 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() 402 void MachOWriter::writeRelocations(raw_ostream &OS) { in writeRelocations() 425 void MachOWriter::writeBindOpcodes( in writeBindOpcodes() 444 void MachOWriter::dumpExportEntry(raw_ostream &OS, in dumpExportEntry() [all …]
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1092 SRCS_MIN+= ObjCopy/MachO/MachOWriter.cpp
|