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

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DWriterMachO.cpp26 class MachOWriter : public Writer { class in namespace:lld::mach_o
28 MachOWriter(const MachOLinkingContext &ctxt) : _ctx(ctxt) {} function in class:lld::mach_o::MachOWriter
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.h22 class MachOWriter { class in namespace:llvm::objcopy::macho
53 MachOWriter(Object &O, bool Is64Bit, bool IsLittleEndian, uint64_t PageSize, function in class:llvm::objcopy::macho::MachOWriter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp28 class MachOWriter { class in namespace:__anon1956
30 MachOWriter(MachOYAML::Object &Obj) : Obj(Obj), is64Bit(true), fileStart(0) { function in class:__anon1956::MachOWriter
[all...]

Completed in 200 milliseconds