Home
last modified time | relevance | path

Searched defs:DWARFAttribute (Results 1 – 2 of 2) sorted by relevance

/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
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {} in Attr()
38 bool isValid() const { in isValid()
46 void clear() { in clear()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFAttribute.h21 DWARFAttribute(uint16_t attr, uint16_t form) in DWARFAttribute() function