HomeSort by relevance Sort by last modified time
    Searched refs:MachOObj (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-objdump/
MachODump.cpp 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)
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 61 const MachOObjectFile *MachOObj = dyn_cast<MachOObjectFile>(Obj);
62 if (!MachOObj)
65 Result.reset(new MachODumper(MachOObj, Writer));
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 658 const MachOObjectImage &MachOObj = *static_cast<MachOObjectImage *>(&Obj);
735 uint64_t Addr = MachOObj.getOldSectionAddr(Sec);

Completed in 171 milliseconds