Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp821 } else if (auto *MObj = dyn_cast<MachOObjectFile>(&Obj)) { in DWARFContextInMemory() local
824 auto RelocInfo = MObj->getRelocation(Reloc.getRawDataRefImpl()); in DWARFContextInMemory()
825 if (MObj->isRelocationScattered(RelocInfo)) { in DWARFContextInMemory()
830 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in DWARFContextInMemory()