Home
last modified time | relevance | path

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

/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/llvm/tools/dsymutil/
DDwarfLinker.cpp2160 assert(HighPcValue.isFormClass(DWARFFormValue::FC_Constant)); in shouldKeepSubprogramDIE()