Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp80 ConstString filename = exec_fspec.GetFilename(); in LookForDsymNextToExecutablePath()
81 FileSpec dsym_directory = exec_fspec; in LookForDsymNextToExecutablePath()
123 FileSpec dsym_yaa_fspec = exec_fspec; in LookForDsymNextToExecutablePath()
156 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable() local
157 if (exec_fspec) { in LocateDSYMInVincinityOfExecutable()
166 FileSpec parent_dirs = exec_fspec; in LocateDSYMInVincinityOfExecutable()
214 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableSymbolFileDsym()
233 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile() local
238 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()
243 if (exec_fspec && in LocateExecutableObjectFile()
[all …]
H A DLocateSymbolFileMacOSX.cpp96 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateMacOSXFilesUsingDebugSymbols() local
97 if (exec_fspec) { in LocateMacOSXFilesUsingDebugSymbols()
99 if (exec_fspec->GetPath(exec_cf_path, sizeof(exec_cf_path))) in LocateMacOSXFilesUsingDebugSymbols()