Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp317 if (auto MachObj = dyn_cast<const MachOObjectFile>(Obj)) in getOrCreateObjectPair() local
318 DbgObj = lookUpDsymFile(Path, MachObj, ArchName); in getOrCreateObjectPair()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp309 if (auto MachObj = dyn_cast<const MachOObjectFile>(Obj)) in getOrCreateObjectPair() local
310 DbgObj = lookUpDsymFile(Path, MachObj, ArchName); in getOrCreateObjectPair()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1190 const MachOObjectFile *MachObj = dyn_cast<MachOObjectFile>(&Obj); in isRelocScattered() local
1191 if (!MachObj) in isRelocScattered()
1195 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl()); in isRelocScattered()
1196 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()