Searched refs:FC_SectionOffset (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp36 // --- These can be FC_SectionOffset in DWARF3 and below:
55 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) {
677 if (!isFormClass(FC_SectionOffset))
H A DDWARFDie.cpp87 if (FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h37 FC_SectionOffset, enumerator in enum:llvm::DWARFFormValue::FormClass

Completed in 108 milliseconds