Home
last modified time | relevance | path

Searched refs:SetSigned (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h74 void SetSigned(int64_t sval) { m_value.value.sval = sval; } in SetSigned() function
H A DDWARFDebugInfoEntry.cpp112 form_value.SetSigned(attr_spec.getImplicitConstValue()); in ExtractAttrAndFormValue()