Home
last modified time | relevance | path

Searched refs:Dwarf2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp29 Descriptions[DW_OP_deref] = Desc(Op::Dwarf2); in getOpDescriptions()
40 Descriptions[DW_OP_dup] = Desc(Op::Dwarf2); in getOpDescriptions()
45 Descriptions[DW_OP_rot] = Desc(Op::Dwarf2); in getOpDescriptions()
47 Descriptions[DW_OP_abs] = Desc(Op::Dwarf2); in getOpDescriptions()
55 Descriptions[DW_OP_or] = Desc(Op::Dwarf2); in getOpDescriptions()
64 Descriptions[DW_OP_eq] = Desc(Op::Dwarf2); in getOpDescriptions()
65 Descriptions[DW_OP_ge] = Desc(Op::Dwarf2); in getOpDescriptions()
66 Descriptions[DW_OP_gt] = Desc(Op::Dwarf2); in getOpDescriptions()
67 Descriptions[DW_OP_le] = Desc(Op::Dwarf2); in getOpDescriptions()
71 Descriptions[LA] = Desc(Op::Dwarf2); in getOpDescriptions()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h59 Dwarf2 = 2, enumerator