Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp83 const FileSpec &exec_fspec, in LookForDsymNextToExecutablePath() argument
85 ConstString filename = exec_fspec.GetFilename(); in LookForDsymNextToExecutablePath()
86 FileSpec dsym_directory = exec_fspec; in LookForDsymNextToExecutablePath()
128 FileSpec dsym_yaa_fspec = exec_fspec; in LookForDsymNextToExecutablePath()
162 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable() local
163 if (exec_fspec) { in LocateDSYMInVincinityOfExecutable()
164 if (::LookForDsymNextToExecutablePath(module_spec, exec_fspec, in LocateDSYMInVincinityOfExecutable()
172 FileSpec parent_dirs = exec_fspec; in LocateDSYMInVincinityOfExecutable()
214 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateExecutableSymbolFileDsym() local
220 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableSymbolFileDsym()
[all …]
H A DLocateSymbolFileMacOSX.cpp97 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateMacOSXFilesUsingDebugSymbols() local
98 if (exec_fspec) { in LocateMacOSXFilesUsingDebugSymbols()
100 if (exec_fspec->GetPath(exec_cf_path, sizeof(exec_cf_path))) in LocateMacOSXFilesUsingDebugSymbols()