Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp82 ConstString filename = exec_fspec.GetFilename(); in LookForDsymNextToExecutablePath()
83 FileSpec dsym_directory = exec_fspec; in LookForDsymNextToExecutablePath()
125 FileSpec dsym_yaa_fspec = exec_fspec; in LookForDsymNextToExecutablePath()
159 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable() local
160 if (exec_fspec) { in LocateDSYMInVincinityOfExecutable()
169 FileSpec parent_dirs = exec_fspec; in LocateDSYMInVincinityOfExecutable()
217 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableSymbolFileDsym()
236 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile() local
241 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()
246 if (exec_fspec && in LocateExecutableObjectFile()
[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()