Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DLocateSymbolFile.cpp86 FileSpec dsym_directory = exec_fspec; in LookForDsymNextToExecutablePath() local
87 dsym_directory.RemoveLastPathComponent(); in LookForDsymNextToExecutablePath()
91 dsym_directory.AppendPathComponent(dsym_filename); in LookForDsymNextToExecutablePath()
92 dsym_directory.AppendPathComponent("Contents"); in LookForDsymNextToExecutablePath()
93 dsym_directory.AppendPathComponent("Resources"); in LookForDsymNextToExecutablePath()
94 dsym_directory.AppendPathComponent("DWARF"); in LookForDsymNextToExecutablePath()
96 if (FileSystem::Instance().Exists(dsym_directory)) { in LookForDsymNextToExecutablePath()
100 dsym_fspec = dsym_directory; in LookForDsymNextToExecutablePath()
116 dsym_fspec = dsym_directory; in LookForDsymNextToExecutablePath()