Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAttribute.h24 struct DWARFAttribute { struct
26 uint64_t Offset = 0;
28 uint32_t ByteSize = 0;
30 dwarf::Attribute Attr = dwarf::Attribute(0);
32 DWARFFormValue Value;
34 bool isValid() const { in isValid()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAttribute.h24 struct DWARFAttribute { struct
26 uint64_t Offset = 0;
28 uint32_t ByteSize = 0;
30 dwarf::Attribute Attr = dwarf::Attribute(0);
32 DWARFFormValue Value;
34 bool isValid() const { in isValid()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAttribute.h21 DWARFAttribute(dw_attr_t attr, dw_form_t form, in DWARFAttribute() function