Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:MachOObj

52 static const Target *GetTarget(const MachOObjectFile *MachOObj) {
56 TT.setArch(Triple::ArchType(MachOObj->getArch()));
151 MachOObjectFile *MachOObj,
156 for (const SymbolRef &Symbol : MachOObj->symbols())
159 for (const SectionRef &Section : MachOObj->sections()) {
166 MachOObj->getFirstLoadCommandInfo();
173 MachOObj->getLinkeditDataLoadCommand(Command);
175 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns);
179 MachOObj->getSegmentLoadCommand(Command);
190 Command = MachOObj->getNextLoadCommandInfo(Command);