Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp108 Descriptions[DW_OP_LLVM_user] = Desc(Op::Dwarf5, Op::SizeSubOpLEB); in getOpDescriptions()
131 Descriptions[DW_OP_LLVM_nop] = Desc(Op::Dwarf5, Op::SizeSubOpLEB); in getSubOpDescriptions()
158 case Operation::SizeSubOpLEB: in extract()
164 assert(Desc.Op[Operand] == Operation::SizeSubOpLEB && in extract()
295 if (!Desc.Op.size() || Desc.Op[0] != Operation::SizeSubOpLEB) in getSubCode()
323 if (Size == Operation::SizeSubOpLEB) { in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h47 SizeSubOpLEB = 9, enumerator