Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h58 return (m_platform_file ? &m_platform_file : nullptr); in GetPlatformFileSpecPtr()
62 return (m_platform_file ? &m_platform_file : nullptr); in GetPlatformFileSpecPtr()
65 FileSpec &GetPlatformFileSpec() { return m_platform_file; } in GetPlatformFileSpec()
67 const FileSpec &GetPlatformFileSpec() const { return m_platform_file; } in GetPlatformFileSpec()
131 m_platform_file.Clear(); in Clear()
145 if (m_platform_file)
170 if (m_platform_file) { in Dump()
174 strm << m_platform_file; in Dump()
263 FileSpec m_platform_file; variable
H A DModule.h467 if (m_platform_file)
468 return m_platform_file;
472 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; }
1002 FileSpec m_platform_file; ///< The path to the module on the platform on which
1048 FileSpec m_platform_file; ///< The path to the module on the platform on which global() variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp212 m_platform_file = module_spec.GetPlatformFileSpec(); in Module()
214 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module()
1519 !FileSpec::Match(file_spec, m_platform_file)) in MatchesModuleSpec()