Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.h21 class DWARFAttribute { in DWARFAttribute() function