Home
last modified time | relevance | path

Searched refs:GetHeader (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugPubnamesSet.h62 DWARFDebugPubnamesSet::Header& GetHeader() { return m_header; } in GetHeader() function
63 const DWARFDebugPubnamesSet::Header& GetHeader() const { return m_header; } in GetHeader() function
HDDWARFDebugArangeSet.h50 const Header& GetHeader() const { return m_header; } in GetHeader() function
HDHashedNameToDIE.h887 … if (must_be_implementation && GetHeader().header_data.ContainsAtom (eAtomTypeTypeFlags)) in FindCompleteObjCClassByName()
HDSymbolFileDWARF.cpp5075 …const bool has_tag = m_apple_types_ap->GetHeader().header_data.ContainsAtom (DWARFMappedHash::eAto… in FindDefinitionTypeForDIE()
5076 …const bool has_qualified_name_hash = m_apple_types_ap->GetHeader().header_data.ContainsAtom (DWARF… in FindDefinitionTypeForDIE()
5249 …const bool has_tag = m_apple_types_ap->GetHeader().header_data.ContainsAtom (DWARFMappedHash::eAto… in FindDefinitionTypeForDWARFDeclContext()
5250 …const bool has_qualified_name_hash = m_apple_types_ap->GetHeader().header_data.ContainsAtom (DWARF… in FindDefinitionTypeForDWARFDeclContext()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDMappedHash.h516 GetHeader() in GetHeader() function