Searched refs:FC_Constant (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 37 DWARFFormValue::FC_Constant, // 0x05 DW_FORM_data2 39 DWARFFormValue::FC_Constant, // 0x06 DW_FORM_data4 40 DWARFFormValue::FC_Constant, // 0x07 DW_FORM_data8 45 DWARFFormValue::FC_Constant, // 0x0b DW_FORM_data1 47 DWARFFormValue::FC_Constant, // 0x0d DW_FORM_sdata 49 DWARFFormValue::FC_Constant, // 0x0f DW_FORM_udata 64 DWARFFormValue::FC_Constant, // 0x1e DW_FORM_data16 67 DWARFFormValue::FC_Constant, // 0x21 DW_FORM_implicit_const 713 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsUnsignedConstant() 720 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsSignedConstant() [all …]
|
H A D | DWARFVerifier.cpp | 1454 {dwarf::DW_IDX_compile_unit, DWARFFormValue::FC_Constant, {"constant"}}, in verifyNameIndexAttribute() 1455 {dwarf::DW_IDX_type_unit, DWARFFormValue::FC_Constant, {"constant"}}, in verifyNameIndexAttribute()
|
H A D | DWARFAcceleratorTable.cpp | 114 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) && in validateForms()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 32 FC_Constant, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 323 } else if (FormValue.isFormClass(DWARFFormValue::FC_Constant)) { in processOneAttribute() 1070 if (FormValue.isFormClass(DWARFFormValue::FC_Constant)) in processLocationMember()
|