Searched refs:FC_Constant (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 36 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()
|
D | DWARFVerifier.cpp | 978 {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()
|
D | DWARFAcceleratorTable.cpp | 102 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) && in validateForms()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 86 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/ |
D | DWARFFormValue.h | 28 FC_Constant, enumerator
|
/external/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 43 EXPECT_TRUE(isFormClass(DW_FORM_data8, DWARFFormValue::FC_Constant)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 30 EXPECT_TRUE(isFormClass(DW_FORM_data8, DWARFFormValue::FC_Constant)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 33 FC_Constant, enumerator
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2160 assert(HighPcValue.isFormClass(DWARFFormValue::FC_Constant)); in shouldKeepSubprogramDIE()
|