Searched refs:MObj (Results 1 – 3 of 3) sorted by relevance
821 } else if (auto *MObj = dyn_cast<MachOObjectFile>(&Obj)) { in DWARFContextInMemory() local824 auto RelocInfo = MObj->getRelocation(Reloc.getRawDataRefImpl()); in DWARFContextInMemory()825 if (MObj->isRelocationScattered(RelocInfo)) { in DWARFContextInMemory()830 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in DWARFContextInMemory()
1385 } else if (auto *MObj = dyn_cast<MachOObjectFile>(&Obj)) { in getSymbolInfo() local1386 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
1455 } else if (auto *MObj = dyn_cast<MachOObjectFile>(&Obj)) { in getSymbolInfo() local1456 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()