Searched refs:MObj (Results 1 – 2 of 2) 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()
1163 } else if (auto *MObj = dyn_cast<MachOObjectFile>(&Obj)) { in getSymbolInfo() local1164 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()