Home
last modified time | relevance | path

Searched refs:DWARFAttributes (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAttribute.cpp15 DWARFAttributes::DWARFAttributes() : m_infos() {} in DWARFAttributes() function in DWARFAttributes
17 DWARFAttributes::~DWARFAttributes() = default;
19 uint32_t DWARFAttributes::FindAttributeIndex(dw_attr_t attr) const { in FindAttributeIndex()
30 void DWARFAttributes::Append(const DWARFFormValue &form_value, in Append()
38 bool DWARFAttributes::ExtractFormValueAtIndex( in ExtractFormValueAtIndex()
52 DWARFAttributes::FormValueAsReference(dw_attr_t attr) const { in FormValueAsReference()
60 DWARFAttributes::FormValueAsReferenceAtIndex(uint32_t i) const { in FormValueAsReferenceAtIndex()
DDWARFAttribute.h44 class DWARFAttributes {
46 DWARFAttributes();
47 ~DWARFAttributes();
DDWARFDebugInfoEntry.h52 size_t GetAttributes(DWARFUnit *cu, DWARFAttributes &attrs,
154 const DWARFAttributes &attributes) const;
182 size_t GetAttributes(DWARFUnit *cu, DWARFAttributes &attrs, Recurse recurse,
DDWARFBaseDIE.h20 class DWARFAttributes; variable
118 size_t GetAttributes(DWARFAttributes &attributes,
DDWARFASTParser.cpp34 DWARFAttributes attributes; in ParseChildArrayInfo()
DDWARFBaseDIE.cpp115 size_t DWARFBaseDIE::GetAttributes(DWARFAttributes &attributes, in GetAttributes()
DDWARFDebugInfoEntry.cpp413 DWARFAttributes &attributes, in GetAttributes()
758 DWARFAttributes attributes; in GetParentDeclContextDIE()
765 DWARFUnit *cu, const DWARFAttributes &attributes) const { in GetParentDeclContextDIE()
DDWARFASTParserClang.cpp269 DWARFAttributes attributes; in ParsedDWARFTypeAttributes()
1381 DWARFAttributes attributes; in ParseInheritance()
1999 DWARFAttributes attributes; in ParseTemplateDIE()
2233 DWARFAttributes attributes; in CompleteTypeFromDWARF()
2295 DWARFAttributes attributes; in ParseChildEnumerators()
2492 DWARFAttributes attributes; in MemberAttributes()
2577 DWARFAttributes attributes; in PropertyAttributes()
3055 DWARFAttributes attributes; in ParseChildParameters()
3166 DWARFAttributes attributes; in GetTypeForDIE()
DManualDWARFIndex.cpp213 DWARFAttributes attributes; in IndexUnitImpl()
DDWARFUnit.cpp374 DWARFAttributes attributes; in AddUnitDIE()
DSymbolFileDWARF.cpp3298 DWARFAttributes attributes; in ParseVariableDIE()
3908 DWARFAttributes attributes; in CollectCallSiteParameters()
3979 DWARFAttributes attributes; in CollectCallEdges()