reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/DWARF/DWARFFormValue.h
   68   static DWARFFormValue createFromUValue(dwarf::Form F, uint64_t V);

References

lib/DebugInfo/DWARF/DWARFDie.cpp
  343         DWARFFormValue FV = DWARFFormValue::createFromUValue(
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 1581       DWARFFormValue::createFromUValue(DW_FORM_addr, Address);
 1600       DWARFFormValue::createFromUValue(DW_FORM_udata, UData8);
 1619       DWARFFormValue::createFromUValue(DW_FORM_ref_addr, RefData);