Searched refs:MachOObj (Results 1 – 3 of 3) sorted by relevance
74 const MachOObjectFile *MachOObj = dyn_cast<MachOObjectFile>(Obj); in createMachODumper() local75 if (!MachOObj) in createMachODumper()78 Result.reset(new MachODumper(MachOObj, Writer)); in createMachODumper()
142 static const Target *GetTarget(const MachOObjectFile *MachOObj, in GetTarget() argument149 TT = MachOObj->getArch(McpuDefault, &ThumbTriple); in GetTarget()263 static void getSectionsAndSymbols(MachOObjectFile *MachOObj, in getSectionsAndSymbols() argument268 for (const SymbolRef &Symbol : MachOObj->symbols()) { in getSectionsAndSymbols()276 for (const SectionRef &Section : MachOObj->sections()) { in getSectionsAndSymbols()283 for (const auto &Command : MachOObj->load_commands()) { in getSectionsAndSymbols()288 MachOObj->getLinkeditDataLoadCommand(Command); in getSectionsAndSymbols()290 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); in getSectionsAndSymbols()292 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()
1923 if (auto *MachOObj = dyn_cast<object::MachOObjectFile>(&Obj)) in findValidRelocs() local1924 findValidRelocsMachO(Section, *MachOObj, DMO); in findValidRelocs()