Home
last modified time | relevance | path

Searched refs:MObj (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1385 } else if (auto *MObj = dyn_cast<MachOObjectFile>(&Obj)) { in getSymbolInfo() local
1386 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1455 } else if (auto *MObj = dyn_cast<MachOObjectFile>(&Obj)) { in getSymbolInfo() local
1456 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()