Searched defs:DWARFFormValue (Results 1 – 3 of 3) sorted by relevance
43 DWARFFormValue() = default; in DWARFFormValue() function 42 DWARFFormValue(const DWARFUnit *unit) : m_unit(unit) {} DWARFFormValue() function
59 class DWARFFormValue; variable
64 DWARFFormValue(dwarf::Form F, const ValueType &V) : Form(F), Value(V) {} in DWARFFormValue() function