Home
last modified time | relevance | path

Searched refs:GetFileSpecPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h70 FileSpec *GetFileSpecPtr() { return (m_file ? &m_file : nullptr); } in GetFileSpecPtr() function
72 const FileSpec *GetFileSpecPtr() const { in GetFileSpecPtr() function
255 if (match_module_spec.GetFileSpecPtr()) { in Matches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp203 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateExecutableSymbolFileDsym()
229 const FileSpec *exec_fspec = module_spec.GetFileSpecPtr(); in LocateExecutableObjectFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2904 FileSpec *module_spec_file = module_spec.GetFileSpecPtr(); in DoExecute()