Searched refs:GetAttributeValueAsReferenceDIE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h86 GetAttributeValueAsReferenceDIE(const dw_attr_t attr) const;
H A DDWARFDIE.cpp130 DWARFDIE::GetAttributeValueAsReferenceDIE(const dw_attr_t attr) const { function in class:DWARFDIE
288 if (DWARFDIE next_die = GetAttributeValueAsReferenceDIE(DW_AT_type))
H A DDWARFASTParserClang.cpp3275 DWARFDIE imported_uid = die.GetAttributeValueAsReferenceDIE(DW_AT_import);
3293 DWARFDIE imported_uid = die.GetAttributeValueAsReferenceDIE(DW_AT_import);

Completed in 126 milliseconds