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

References

lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  102       if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) &&
lib/DebugInfo/DWARF/DWARFFormValue.cpp
   35     DWARFFormValue::FC_Constant, // 0x05 DW_FORM_data2
   37     DWARFFormValue::FC_Constant, // 0x06 DW_FORM_data4
   38     DWARFFormValue::FC_Constant, // 0x07 DW_FORM_data8
   43     DWARFFormValue::FC_Constant,      // 0x0b DW_FORM_data1
   45     DWARFFormValue::FC_Constant,      // 0x0d DW_FORM_sdata
   47     DWARFFormValue::FC_Constant,      // 0x0f DW_FORM_udata
   62     DWARFFormValue::FC_Constant,      // 0x1e DW_FORM_data16
   65     DWARFFormValue::FC_Constant,      // 0x21 DW_FORM_implicit_const
  678   if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) ||
  685   if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) ||
lib/DebugInfo/DWARF/DWARFVerifier.cpp
 1105       {dwarf::DW_IDX_compile_unit, DWARFFormValue::FC_Constant, {"constant"}},
 1106       {dwarf::DW_IDX_type_unit, DWARFFormValue::FC_Constant, {"constant"}},
 1108       {dwarf::DW_IDX_parent, DWARFFormValue::FC_Constant, {"constant"}},
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp
   29   EXPECT_TRUE(isFormClass(DW_FORM_data8, DWARFFormValue::FC_Constant));