Home
last modified time | relevance | path

Searched refs:MachOObj (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp66 const MachOObjectFile *MachOObj = dyn_cast<MachOObjectFile>(Obj); in createMachODumper() local
67 if (!MachOObj) in createMachODumper()
70 Result.reset(new MachODumper(MachOObj, Writer)); in createMachODumper()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp145 static const Target *GetTarget(const MachOObjectFile *MachOObj, in GetTarget() argument
152 TT = MachOObj->getArch(McpuDefault, &ThumbTriple); in GetTarget()
266 static void getSectionsAndSymbols(MachOObjectFile *MachOObj, in getSectionsAndSymbols() argument
271 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()