Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp242 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile() argument
247 StringRef Filename = sys::path::filename(ExePath); in lookUpDsymFile()
248 DsymPaths.push_back(getDarwinDWARFResourceForPath(ExePath, Filename)); in lookUpDsymFile()