Searched defs:DWARFFormValue (Results 1 – 3 of 3) sorted by relevance
44 DWARFFormValue(const DWARFUnit *unit) : m_unit(unit) {} in DWARFFormValue() function45 DWARFFormValue(const DWARFUnit *unit, dw_form_t form) in DWARFFormValue() function
59 class DWARFFormValue; variable
64 DWARFFormValue(dwarf::Form F, const ValueType &V) : Form(F), Value(V) {} in DWARFFormValue() function [all...]