Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFAttribute.h17 class DWARFAttribute {
21 DWARFAttribute(uint16_t attr, uint16_t form) in DWARFAttribute() function
DDWARFAbbreviationDeclaration.h25 SmallVector<DWARFAttribute, 8> Attributes;
47 const SmallVectorImpl<DWARFAttribute> &getAttributes() const { in getAttributes()
DDWARFAbbreviationDeclaration.cpp36 Attributes.push_back(DWARFAttribute(attr, form)); in extract()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAttribute.h25 struct DWARFAttribute { struct
35 DWARFAttribute(uint32_t O, dwarf::Attribute A = dwarf::Attribute(0), argument
DDWARFVerifier.h24 struct DWARFAttribute;
177 DWARFAttribute &AttrValue);
191 unsigned verifyDebugInfoForm(const DWARFDie &Die, DWARFAttribute &AttrValue);
DDWARFDie.h284 const DWARFAttribute> {
288 DWARFAttribute AttrValue;
309 const DWARFAttribute &operator*() const { return AttrValue; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp386 DWARFAttribute &AttrValue) { in verifyDebugInfoAttribute()
449 DWARFAttribute &AttrValue) { in verifyDebugInfoForm()