Searched refs:DWARFAttributes (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFAttribute.cpp | 15 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()
|
| D | DWARFAttribute.h | 44 class DWARFAttributes { 46 DWARFAttributes(); 47 ~DWARFAttributes();
|
| D | DWARFDebugInfoEntry.h | 52 size_t GetAttributes(DWARFUnit *cu, DWARFAttributes &attrs, 154 const DWARFAttributes &attributes) const; 182 size_t GetAttributes(DWARFUnit *cu, DWARFAttributes &attrs, Recurse recurse,
|
| D | DWARFBaseDIE.h | 20 class DWARFAttributes; variable 118 size_t GetAttributes(DWARFAttributes &attributes,
|
| D | DWARFASTParser.cpp | 34 DWARFAttributes attributes; in ParseChildArrayInfo()
|
| D | DWARFBaseDIE.cpp | 115 size_t DWARFBaseDIE::GetAttributes(DWARFAttributes &attributes, in GetAttributes()
|
| D | DWARFDebugInfoEntry.cpp | 413 DWARFAttributes &attributes, in GetAttributes() 758 DWARFAttributes attributes; in GetParentDeclContextDIE() 765 DWARFUnit *cu, const DWARFAttributes &attributes) const { in GetParentDeclContextDIE()
|
| D | DWARFASTParserClang.cpp | 269 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()
|
| D | ManualDWARFIndex.cpp | 213 DWARFAttributes attributes; in IndexUnitImpl()
|
| D | DWARFUnit.cpp | 374 DWARFAttributes attributes; in AddUnitDIE()
|
| D | SymbolFileDWARF.cpp | 3298 DWARFAttributes attributes; in ParseVariableDIE() 3908 DWARFAttributes attributes; in CollectCallSiteParameters() 3979 DWARFAttributes attributes; in CollectCallEdges()
|