Searched refs:m_platform_file (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 29 : m_file(), m_platform_file(), m_symbol_file(), m_arch(), m_uuid(), in ModuleSpec() 37 : m_file(file_spec), m_platform_file(), m_symbol_file(), m_arch(), in m_file() 63 return (m_platform_file ? &m_platform_file : nullptr); in GetPlatformFileSpecPtr() 67 return (m_platform_file ? &m_platform_file : nullptr); in GetPlatformFileSpecPtr() 70 FileSpec &GetPlatformFileSpec() { return m_platform_file; } in GetPlatformFileSpec() 72 const FileSpec &GetPlatformFileSpec() const { return m_platform_file; } in GetPlatformFileSpec() 136 m_platform_file.Clear(); in Clear() 150 if (m_platform_file) 175 if (m_platform_file) { in Dump() 179 strm << m_platform_file; in Dump() [all …]
|
| H A D | Module.h | 480 if (m_platform_file) in GetPlatformFileSpec() 481 return m_platform_file; in GetPlatformFileSpec() 485 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; } in SetPlatformFileSpec() 938 FileSpec m_platform_file; ///< The path to the module on the platform on which variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 210 m_platform_file = module_spec.GetPlatformFileSpec(); in Module() 212 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module() 1577 !FileSpec::Match(file_spec, m_platform_file)) in MatchesModuleSpec()
|