Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DLocateSymbolFileMacOSX.cpp532 static FileSpec g_dsymForUUID_executable; in GetDsymForUUIDExecutable() local
537 g_dsymForUUID_executable = FileSpec(dbgshell_command); in GetDsymForUUIDExecutable()
538 FileSystem::Instance().Resolve(g_dsymForUUID_executable); in GetDsymForUUIDExecutable()
539 if (FileSystem::Instance().Exists(g_dsymForUUID_executable)) in GetDsymForUUIDExecutable()
545 g_dsymForUUID_executable = FileSpec("/usr/local/bin/dsymForUUID"); in GetDsymForUUIDExecutable()
546 if (FileSystem::Instance().Exists(g_dsymForUUID_executable)) in GetDsymForUUIDExecutable()
551 g_dsymForUUID_executable = {}; in GetDsymForUUIDExecutable()
553 return g_dsymForUUID_executable; in GetDsymForUUIDExecutable()