reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
111 if (FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) {
lib/DebugInfo/DWARF/DWARFFormValue.cpp55 DWARFFormValue::FC_SectionOffset, // 0x17 DW_FORM_sec_offset 66 DWARFFormValue::FC_SectionOffset, // 0x22 DW_FORM_loclistx 67 DWARFFormValue::FC_SectionOffset, // 0x23 DW_FORM_rnglistx 224 if (FC == FC_SectionOffset) { 672 if (!isFormClass(FC_SectionOffset))unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp
30 EXPECT_TRUE(isFormClass(DW_FORM_data8, DWARFFormValue::FC_SectionOffset)); 32 isFormClass(DW_FORM_sec_offset, DWARFFormValue::FC_SectionOffset));