Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp75 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile() local
80 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()
85 if (exec_fspec && in LocateExecutableObjectFile()
86 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
89 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp131 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateExecutableObjectFile() local
132 if (exec_fspec) { in LocateExecutableObjectFile()
134 if (exec_fspec->GetPath(exec_cf_path, sizeof(exec_cf_path))) in LocateExecutableObjectFile()
395 const FileSpec &exec_fspec, in LookForDsymNextToExecutablePath() argument
397 ConstString filename = exec_fspec.GetFilename(); in LookForDsymNextToExecutablePath()
398 FileSpec dsym_directory = exec_fspec; in LookForDsymNextToExecutablePath()
440 FileSpec dsym_yaa_fspec = exec_fspec; in LookForDsymNextToExecutablePath()
474 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable() local
475 if (exec_fspec) { in LocateDSYMInVincinityOfExecutable()
476 if (::LookForDsymNextToExecutablePath(module_spec, exec_fspec, in LocateDSYMInVincinityOfExecutable()
[all …]