Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.cpp111 Descriptions[DW_OP_LLVM_user] = Desc(Op::Dwarf5, Op::SizeSubOpLEB); in getOpDescriptions()
134 Descriptions[DW_OP_LLVM_nop] = Desc(Op::Dwarf5, Op::SizeSubOpLEB); in getSubOpDescriptions()
161 case Operation::SizeSubOpLEB: in extract()
167 assert(Desc.Op[Operand] == Operation::SizeSubOpLEB && in extract()
242 if (!Desc.Op.size() || Desc.Op[0] != Operation::SizeSubOpLEB) in getSubCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.h48 SizeSubOpLEB = 9, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpressionPrinter.cpp72 if (Size == DWARFExpression::Operation::SizeSubOpLEB) { in printOp()