Searched refs:GetAttributeValueAsReference (Results 1 – 3 of 3) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfoEntry.h | 188 uint64_t GetAttributeValueAsReference(
|
D | SymbolFileDWARF.cpp | 4592 …dw_offset_t die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_specification, DW_INVAL… in GetClangDeclContextForDIE() 4596 …die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_abstract_origin, DW_INVALID_OFFSET); in GetClangDeclContextForDIE() 4693 …dw_offset_t die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_specification, DW_INVAL… in GetDeclContextDIEContainingDIE() 4703 …die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_abstract_origin, DW_INVALID_OFFSET); in GetDeclContextDIEContainingDIE() 7568 …if (die->GetAttributeValueAsReference (this, dwarf_cu, DW_AT_specification, DW_INVALID_OFFSET) == … in FindBlockContainingSpecification() 7574 …if (die->GetAttributeValueAsReference (this, dwarf_cu, DW_AT_abstract_origin, DW_INVALID_OFFSET) =… in FindBlockContainingSpecification()
|
D | DWARFDebugInfoEntry.cpp | 1414 DWARFDebugInfoEntry::GetAttributeValueAsReference in GetAttributeValueAsReference() function in DWARFDebugInfoEntry
|