Home
last modified time | relevance | path

Searched refs:FormValueAsUnsigned (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp58 uint64_t DWARFAttributes::FormValueAsUnsigned(dw_attr_t attr, in FormValueAsUnsigned() function in DWARFAttributes
H A DDWARFAttribute.h72 uint64_t FormValueAsUnsigned(dw_attr_t attr, uint64_t fail_value) const;
H A DDWARFDebugInfoEntry.cpp1451 attributes.FormValueAsUnsigned(DW_AT_specification, DW_INVALID_OFFSET); in GetParentDeclContextDIE()
1461 die_offset = attributes.FormValueAsUnsigned(DW_AT_abstract_origin, in GetParentDeclContextDIE()