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

References

lib/DebugInfo/DWARF/DWARFDie.cpp
   84   if (FormValue.isFormClass(DWARFFormValue::FC_Block) ||
lib/DebugInfo/DWARF/DWARFFormValue.cpp
   33     DWARFFormValue::FC_Block,    // 0x03 DW_FORM_block2
   34     DWARFFormValue::FC_Block,    // 0x04 DW_FORM_block4
   41     DWARFFormValue::FC_Block,         // 0x09 DW_FORM_block
   42     DWARFFormValue::FC_Block,         // 0x0a DW_FORM_block1
  704   if (!isFormClass(FC_Block) && !isFormClass(FC_Exprloc) &&
tools/dsymutil/DwarfLinker.cpp
 1195       (Val.isFormClass(DWARFFormValue::FC_Block) ||
 1497            !DWARFFormValue(AttrSpec.Form).isFormClass(DWARFFormValue::FC_Block);