Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp262 const MachOObjectFile *MachDbgObj = dyn_cast<const MachOObjectFile>(DbgObj); in lookUpDsymFile() local
263 if (!MachDbgObj) in lookUpDsymFile()
265 if (darwinDsymMatchesBinary(MachDbgObj, MachExeObj)) in lookUpDsymFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp270 const MachOObjectFile *MachDbgObj = dyn_cast<const MachOObjectFile>(DbgObj); in lookUpDsymFile() local
271 if (!MachDbgObj) in lookUpDsymFile()
273 if (darwinDsymMatchesBinary(MachDbgObj, MachExeObj)) in lookUpDsymFile()