Searched refs:m_base (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxTuple.cpp | 39 ValueObject* m_base = nullptr; member in __anoncb85f9af0111::TupleFrontEnd 45 m_base = nullptr; in Update() 55 m_base = base_sp.get(); in Update() 64 if (!m_base) in GetChildAtIndex() 70 m_base->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr); in GetChildAtIndex() 73 ValueObjectSP holder_sp = m_base->GetChildAtIndex(idx, true); in GetChildAtIndex()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | LoadedModuleInfoList.h | 48 m_base = base; in set_base() 52 out = m_base; in get_base() 91 return (m_base == rhs.m_base) && (m_link_map == rhs.m_link_map) && 99 lldb::addr_t m_base; variable
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/multiple-inheritance/ |
| H A D | main.cpp | 2 int m_base; member 17 m_base = 11; in Base1() 29 m_base = 12; in Base2()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 60 m_base(base), m_size(size) { in PlaceholderObjectFile() 93 eSectionTypeOther, m_base, m_size, /*file_offset*/ 0, /*file_size*/ 0, in CreateSections() 103 assert(value == m_base); in SetLoadAddress() 110 m_sections_up->GetSectionAtIndex(0), m_base); in SetLoadAddress() 116 GetFileSpec(), m_base, m_base + m_size); in Dump() 119 lldb::addr_t GetBaseImageAddress() const { return m_base; } in GetBaseImageAddress() 123 lldb::addr_t m_base; member in __anon24cf01f00111::PlaceholderObjectFile
|