Home
last modified time | relevance | path

Searched refs:FC_Constant (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp36 DWARFFormValue::FC_Constant, // 0x05 DW_FORM_data2
38 DWARFFormValue::FC_Constant, // 0x06 DW_FORM_data4
39 DWARFFormValue::FC_Constant, // 0x07 DW_FORM_data8
44 DWARFFormValue::FC_Constant, // 0x0b DW_FORM_data1
46 DWARFFormValue::FC_Constant, // 0x0d DW_FORM_sdata
48 DWARFFormValue::FC_Constant, // 0x0f DW_FORM_udata
63 DWARFFormValue::FC_Constant, // 0x1e DW_FORM_data16
66 DWARFFormValue::FC_Constant, // 0x21 DW_FORM_implicit_const
597 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsUnsignedConstant()
604 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsSignedConstant()
DDWARFVerifier.cpp978 {dwarf::DW_IDX_compile_unit, DWARFFormValue::FC_Constant, {"constant"}}, in verifyNameIndexAttribute()
979 {dwarf::DW_IDX_type_unit, DWARFFormValue::FC_Constant, {"constant"}}, in verifyNameIndexAttribute()
981 {dwarf::DW_IDX_parent, DWARFFormValue::FC_Constant, {"constant"}}, in verifyNameIndexAttribute()
DDWARFAcceleratorTable.cpp102 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) && in validateForms()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp86 DWARFFormValue::FC_Constant, // 0x05 DW_FORM_data2
88 DWARFFormValue::FC_Constant, // 0x06 DW_FORM_data4
89 DWARFFormValue::FC_Constant, // 0x07 DW_FORM_data8
94 DWARFFormValue::FC_Constant, // 0x0b DW_FORM_data1
96 DWARFFormValue::FC_Constant, // 0x0d DW_FORM_sdata
98 DWARFFormValue::FC_Constant, // 0x0f DW_FORM_udata
566 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) in getAsUnsignedConstant()
573 if ((!isFormClass(FC_Constant) && !isFormClass(FC_Flag)) || in getAsSignedConstant()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h28 FC_Constant, enumerator
/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp43 EXPECT_TRUE(isFormClass(DW_FORM_data8, DWARFFormValue::FC_Constant)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp30 EXPECT_TRUE(isFormClass(DW_FORM_data8, DWARFFormValue::FC_Constant)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h33 FC_Constant, enumerator
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2160 assert(HighPcValue.isFormClass(DWARFFormValue::FC_Constant)); in shouldKeepSubprogramDIE()