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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp69 // Given a binary exec_fspec, and a ModuleSpec with an architecture/uuid,
70 // return true if there is a matching dSYM bundle next to the exec_fspec,
72 // If there is a .dSYM.yaa compressed archive next to the exec_fspec,
77 const FileSpec &exec_fspec,
79 ConstString filename = exec_fspec.GetFilename();
80 FileSpec dsym_directory = exec_fspec;
122 FileSpec dsym_yaa_fspec = exec_fspec;
155 const FileSpec &exec_fspec = module_spec.GetFileSpec(); local
156 if (exec_fspec) {
157 if (::LookForDsymNextToExecutablePath(module_spec, exec_fspec,
76 LookForDsymNextToExecutablePath(const ModuleSpec &mod_spec, const FileSpec &exec_fspec, FileSpec &dsym_fspec) argument
207 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); local
233 const FileSpec &exec_fspec = module_spec.GetFileSpec(); local
[all...]
H A DLocateSymbolFileMacOSX.cpp87 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); local
88 if (exec_fspec) {
90 if (exec_fspec->GetPath(exec_cf_path, sizeof(exec_cf_path)))

Completed in 65 milliseconds