Home
last modified time | relevance | path

Searched refs:FC_SectionOffset (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp56 DWARFFormValue::FC_SectionOffset, // 0x17 DW_FORM_sec_offset
67 DWARFFormValue::FC_SectionOffset, // 0x22 DW_FORM_loclistx
68 DWARFFormValue::FC_SectionOffset, // 0x23 DW_FORM_rnglistx
202 FC == FC_SectionOffset; in isFormClass()
591 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()
DDWARFDie.cpp101 if (FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) { in dumpLocation()
/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp44 EXPECT_TRUE(isFormClass(DW_FORM_data8, DWARFFormValue::FC_SectionOffset)); in TEST()
46 isFormClass(DW_FORM_sec_offset, DWARFFormValue::FC_SectionOffset)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp31 EXPECT_TRUE(isFormClass(DW_FORM_data8, DWARFFormValue::FC_SectionOffset)); in TEST()
33 isFormClass(DW_FORM_sec_offset, DWARFFormValue::FC_SectionOffset)); in TEST()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp106 DWARFFormValue::FC_SectionOffset, // 0x17 DW_FORM_sec_offset
131 FC == FC_SectionOffset; in isFormClass()
560 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h33 FC_SectionOffset, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h38 FC_SectionOffset, enumerator