Home
last modified time | relevance | path

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

/freebsd/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
707 if (!isFormClass(FC_SectionOffset)) in getAsSectionOffset()
789 return (FC == DWARFFormValue::FC_SectionOffset); in doesFormBelongToClass()
794 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/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h37 FC_SectionOffset, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1016 FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) { in processLocationList()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1541 DWARFFormValue::FC_SectionOffset, in cloneScalarAttribute()