Searched refs:MachOObj (Results 1 – 2 of 2) sorted by relevance
66 const MachOObjectFile *MachOObj = dyn_cast<MachOObjectFile>(Obj); in createMachODumper() local67 if (!MachOObj) in createMachODumper()70 Result.reset(new MachODumper(MachOObj, Writer)); in createMachODumper()
145 static const Target *GetTarget(const MachOObjectFile *MachOObj, in GetTarget() argument152 TT = MachOObj->getArch(McpuDefault, &ThumbTriple); in GetTarget()266 static void getSectionsAndSymbols(MachOObjectFile *MachOObj, in getSectionsAndSymbols() argument271 for (const SymbolRef &Symbol : MachOObj->symbols()) { in getSectionsAndSymbols()279 for (const SectionRef &Section : MachOObj->sections()) { in getSectionsAndSymbols()286 for (const auto &Command : MachOObj->load_commands()) { in getSectionsAndSymbols()291 MachOObj->getLinkeditDataLoadCommand(Command); in getSectionsAndSymbols()293 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols()295 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()