Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp520 if (auto MachObj = dyn_cast<const MachOObjectFile>(Obj)) in getOrCreateObjectPair() local
521 DbgObj = lookUpDsymFile(Path, MachObj, ArchName); in getOrCreateObjectPair()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1522 const MachOObjectFile *MachObj = dyn_cast<MachOObjectFile>(&Obj); in isRelocScattered() local
1523 if (!MachObj) in isRelocScattered()
1527 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered()
1528 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()