Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp518 if (auto MachObj = dyn_cast<const MachOObjectFile>(Obj)) in getOrCreateObjectPair() local
519 DbgObj = lookUpDsymFile(Path, MachObj, ArchName); in getOrCreateObjectPair()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1966 const MachOObjectFile *MachObj = dyn_cast<MachOObjectFile>(&Obj); in isRelocScattered() local
1967 if (!MachObj) in isRelocScattered()
1971 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered()
1972 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()