Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp71 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile() local
76 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()
81 if (exec_fspec && in LocateExecutableObjectFile()
82 ObjectFile::GetModuleSpecifications(exec_fspec, 0, 0, module_specs) && in LocateExecutableObjectFile()
85 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile()
/freebsd-14.2/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()
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()
484 FileSpec parent_dirs = exec_fspec; in LocateDSYMInVincinityOfExecutable()
574 if (exec_fspec) { in LocateMacOSXFilesUsingDebugSymbols()
770 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateExecutableSymbolFile() local
[all …]