Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfoEntry.h188 uint64_t GetAttributeValueAsReference(
HDSymbolFileDWARF.cpp4654 …dw_offset_t die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_specification, DW_INVAL… in GetClangDeclContextForDIE()
4658 …die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_abstract_origin, DW_INVALID_OFFSET); in GetClangDeclContextForDIE()
4755 …dw_offset_t die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_specification, DW_INVAL… in GetDeclContextDIEContainingDIE()
4765 …die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_abstract_origin, DW_INVALID_OFFSET); in GetDeclContextDIEContainingDIE()
7660 …if (die->GetAttributeValueAsReference (this, dwarf_cu, DW_AT_specification, DW_INVALID_OFFSET) == … in FindBlockContainingSpecification()
7666 …if (die->GetAttributeValueAsReference (this, dwarf_cu, DW_AT_abstract_origin, DW_INVALID_OFFSET) =… in FindBlockContainingSpecification()
HDDWARFDebugInfoEntry.cpp1416 DWARFDebugInfoEntry::GetAttributeValueAsReference in GetAttributeValueAsReference() function in DWARFDebugInfoEntry