Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp57 DWARFFormValue::FC_SectionOffset, // 0x17 DW_FORM_sec_offset
68 DWARFFormValue::FC_SectionOffset, // 0x22 DW_FORM_loclistx
69 DWARFFormValue::FC_SectionOffset, // 0x23 DW_FORM_rnglistx
697 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()
780 return (FC == DWARFFormValue::FC_SectionOffset); in doesFormBelongToClass()
785 return (FC == DWARFFormValue::FC_SectionOffset) && (DwarfVersion <= 3); in doesFormBelongToClass()
H A DDWARFDie.cpp75 assert(FormValue.isFormClass(DWARFFormValue::FC_SectionOffset) && in dumpLocationList()
178 FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) in dumpAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h37 FC_SectionOffset, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.cpp489 DWARFFormValue::FC_SectionOffset, in cloneScalarAttr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1002 FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) { in processLocationList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1524 DWARFFormValue::FC_SectionOffset, in cloneScalarAttribute()