Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp28 size_t MachOWriter::headerSize() const { in headerSize()
34 size_t MachOWriter::symTableSize() const { in symTableSize()
39 size_t MachOWriter::totalSize() const { in totalSize()
135 void MachOWriter::writeHeader() { in writeHeader()
155 void MachOWriter::writeLoadCommands() { in writeLoadCommands()
239 void MachOWriter::writeSections() { in writeSections()
317 void MachOWriter::writeRebaseInfo() { in writeRebaseInfo()
329 void MachOWriter::writeBindInfo() { in writeBindInfo()
365 void MachOWriter::writeExportInfo() { in writeExportInfo()
584 void MachOWriter::writeTail() { in writeTail()
[all …]
H A DMachOWriter.h24 class MachOWriter {
62 MachOWriter(Object &O, bool Is64Bit, bool IsLittleEndian, in MachOWriter() function
H A DMachOObjcopy.cpp478 MachOWriter Writer(**O, In.is64Bit(), In.isLittleEndian(), in executeObjcopyOnBinary()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp32 class MachOWriter { class
78 Error MachOWriter::writeMachO(raw_ostream &OS) { in writeMachO()
90 void MachOWriter::writeHeader(raw_ostream &OS) { in writeHeader()
248 void MachOWriter::writeLoadCommands(raw_ostream &OS) { in writeLoadCommands()
427 void MachOWriter::writeBindOpcodes( in writeBindOpcodes()
446 void MachOWriter::dumpExportEntry(raw_ostream &OS, in dumpExportEntry()
471 void MachOWriter::writeExportTrie(raw_ostream &OS) { in writeExportTrie()
583 void MachOWriter::writeNameList(raw_ostream &OS) { in writeNameList()
616 void MachOWriter::writeDataInCode(raw_ostream &OS) { in writeDataInCode()
656 MachOWriter Writer(*ObjectFile.MachO); in writeMachO()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile991 SRCS_MIW+= ObjCopy/MachO/MachOWriter.cpp