Searched refs:FC_Constant (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp35 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
683 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) ||
690 if ((!isFormClass(FC_Constant)
[all...]
H A DDWARFVerifier.cpp1107 {dwarf::DW_IDX_compile_unit, DWARFFormValue::FC_Constant, {"constant"}},
1108 {dwarf::DW_IDX_type_unit, DWARFFormValue::FC_Constant, {"constant"}},
1110 {dwarf::DW_IDX_parent, DWARFFormValue::FC_Constant, {"constant"}},
H A DDWARFAcceleratorTable.cpp102 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) &&
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h32 FC_Constant, enumerator in enum:llvm::DWARFFormValue::FormClass

Completed in 183 milliseconds