Searched defs:DWARFFormValue (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h26 class DWARFFormValue { class in namespace:llvm
62 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {} function in class:llvm::DWARFFormValue
65 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} function in class:llvm::DWARFFormValue
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h20 class DWARFFormValue { class
42 DWARFFormValue(const DWARFUnit *unit) : m_unit(unit) {} function in class:DWARFFormValue
43 DWARFFormValue(const DWARFUnit *unit, dw_form_t form) function in class:DWARFFormValue

Completed in 93 milliseconds