Home
last modified time | relevance | path

Searched refs:DW_FORM_loclistx (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp111 case DW_FORM_loclistx: in ExtractValue()
311 case DW_FORM_loclistx: in SkipValue()
607 case DW_FORM_loclistx: in FormIsSupported()
H A DSymbolFileDWARF.cpp3383 if (form_value.Form() == DW_FORM_loclistx) in GetExprListFromAtLocation()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp192 case DW_FORM_loclistx: in skipValue()
303 case DW_FORM_loclistx: in extractValue()
558 case DW_FORM_loclistx: in dump()
H A DDWARFDie.cpp80 if (FormValue.getForm() == DW_FORM_loclistx) { in dumpLocationList()
417 if (Location->getForm() == DW_FORM_loclistx) { in getLocations()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp811 case dwarf::DW_FORM_loclistx: in sizeOf()
833 if (Form == dwarf::DW_FORM_loclistx) { in emitValue()
H A DDwarfCompileUnit.cpp1627 ? dwarf::DW_FORM_loclistx in addLocationList()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h340 #define DW_FORM_loclistx 0x22 macro
H A Ddwarf_dump.c667 case DW_FORM_loclistx: in dwarf_get_FORM_name()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp791 case DW_FORM_loclistx: // ULEB128. in getFixedFormByteSize()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1460 if (AttrSpec.Form == dwarf::DW_FORM_loclistx) in cloneScalarAttribute()
1491 } else if (AttrSpec.Form == dwarf::DW_FORM_loclistx) { in cloneScalarAttribute()
1609 case dwarf::DW_FORM_loclistx: in cloneAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1018 if (FormValue.getForm() == dwarf::DW_FORM_loclistx) { in processLocationList()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp342 case dwarf::DW_FORM_loclistx: in writeDIE()