Home
last modified time | relevance | path

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

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