Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp471 if (auto MachObj = dyn_cast<const MachOObjectFile>(Obj)) in getOrCreateObjectPair() local
472 DbgObj = lookUpDsymFile(Path, MachObj, ArchName); in getOrCreateObjectPair()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1590 const MachOObjectFile *MachObj = dyn_cast<MachOObjectFile>(&Obj); in isRelocScattered() local
1591 if (!MachObj) in isRelocScattered()
1595 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered()
1596 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()