Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp28 class MachOWriter { class
30 MachOWriter(MachOYAML::Object &Obj) : Obj(Obj), is64Bit(true), fileStart(0) { in MachOWriter() function in __anon503cf5450111::MachOWriter
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp29 class MachOWriter { class
31 MachOWriter(MachOYAML::Object &Obj) : Obj(Obj), is64Bit(true), fileStart(0) { in MachOWriter() function in __anon3fb1bdfe0111::MachOWriter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.h62 MachOWriter(Object &O, bool Is64Bit, bool IsLittleEndian, in MachOWriter() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp31 class MachOWriter { class
33 MachOWriter(MachOYAML::Object &Obj) : Obj(Obj), fileStart(0) { in MachOWriter() function in __anon53bb8a8b0111::MachOWriter