Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.cpp348 std::vector<std::string> DsymPaths; in lookUpDsymFile() local
350 DsymPaths.push_back(getDarwinDWARFResourceForPath(ExePath, Filename)); in lookUpDsymFile()
352 DsymPaths.push_back(getDarwinDWARFResourceForPath(Path, Filename)); in lookUpDsymFile()
354 for (const auto &path : DsymPaths) { in lookUpDsymFile()