Home
last modified time | relevance | path

Searched defs:MachOWriter (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDWriterMachO.cpp26 class MachOWriter : public Writer { class
28 MachOWriter(const MachOLinkingContext &ctxt) : _ctx(ctxt) {} in MachOWriter() function in lld::mach_o::MachOWriter
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
HDMachOWriter.h53 MachOWriter(Object &O, bool Is64Bit, bool IsLittleEndian, uint64_t PageSize, in MachOWriter() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOEmitter.cpp28 class MachOWriter { class
30 MachOWriter(MachOYAML::Object &Obj) : Obj(Obj), is64Bit(true), fileStart(0) { in MachOWriter() function in __anone730ea420111::MachOWriter