Home
last modified time | relevance | path

Searched refs:DWARFAttribute (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAttribute.h19 class DWARFAttribute {
21 DWARFAttribute(dw_attr_t attr, dw_form_t form, in DWARFAttribute() function
37 bool operator==(const DWARFAttribute &rhs) const {
40 typedef std::vector<DWARFAttribute> collection;
77 DWARFAttribute attr;
DDWARFAbbreviationDeclaration.h62 DWARFAttribute::collection m_attributes;
DCMakeLists.txt15 DWARFAttribute.cpp
DDWARFAbbreviationDeclaration.cpp63 m_attributes.push_back(DWARFAttribute(attr, form, val)); in extract()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFVerifier.h24 struct DWARFAttribute;
197 DWARFAttribute &AttrValue);
211 unsigned verifyDebugInfoForm(const DWARFDie &Die, DWARFAttribute &AttrValue);
DDWARFDie.h302 const DWARFAttribute> {
306 DWARFAttribute AttrValue;
327 const DWARFAttribute &operator*() const { return AttrValue; }
DDWARFAttribute.h24 struct DWARFAttribute { struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFVerifier.h24 struct DWARFAttribute;
197 DWARFAttribute &AttrValue);
211 unsigned verifyDebugInfoForm(const DWARFDie &Die, DWARFAttribute &AttrValue);
DDWARFDie.h289 const DWARFAttribute> {
293 DWARFAttribute AttrValue;
314 const DWARFAttribute &operator*() const { return AttrValue; }
DDWARFAttribute.h24 struct DWARFAttribute { struct
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp292 DWARFAttribute::mayHaveLocationDescription(Attr)) in dumpAttribute()
745 bool DWARFAttribute::mayHaveLocationDescription(dwarf::Attribute Attr) { in mayHaveLocationDescription()
DDWARFVerifier.cpp465 DWARFAttribute &AttrValue) { in verifyDebugInfoAttribute()
590 DWARFAttribute &AttrValue) { in verifyDebugInfoForm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp283 DWARFAttribute::mayHaveLocationDescription(Attr)) in dumpAttribute()
709 bool DWARFAttribute::mayHaveLocationDescription(dwarf::Attribute Attr) { in mayHaveLocationDescription()
DDWARFVerifier.cpp448 DWARFAttribute &AttrValue) { in verifyDebugInfoAttribute()
533 DWARFAttribute &AttrValue) { in verifyDebugInfoForm()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1072 if (DWARFAttribute::mayHaveLocationDescription(AttrSpec.Attr) && in cloneBlockAttribute()