Home
last modified time | relevance | path

Searched refs:DW_OP_GNU_const_index (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/ctfconv/
H A Ddwarf.h651 #define DW_OP_GNU_const_index 0xfc macro
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp316 case dwarf::DW_OP_GNU_const_index: in getOperandsDWARFInfo()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp99 Descriptions[DW_OP_GNU_const_index] = Desc(Op::Dwarf4, Op::SizeLEB); in getDescriptions()
/openbsd/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp322 case DW_OP_GNU_const_index: // 0xfc 1 ULEB128 index in GetOpcodeDataSize()
2554 case DW_OP_GNU_const_index: { in Evaluate()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp295 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in addLocationAttribute()