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

Lines Matching refs:MachOObj

148 static const Target *GetTarget(const MachOObjectFile *MachOObj,
154 TT = MachOObj->getArchTriple(McpuDefault);
294 static void getSectionsAndSymbols(MachOObjectFile *MachOObj,
299 for (const SymbolRef &Symbol : MachOObj->symbols()) {
312 for (const SectionRef &Section : MachOObj->sections()) {
319 for (const auto &Command : MachOObj->load_commands()) {
324 MachOObj->getLinkeditDataLoadCommand(Command);
326 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns);
328 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command);