Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp41 Descriptions[DW_OP_constu] = Desc(Op::Dwarf2, Op::SizeLEB); in getDescriptions()
60 Descriptions[DW_OP_plus_uconst] = Desc(Op::Dwarf2, Op::SizeLEB); in getDescriptions()
79 Descriptions[DW_OP_regx] = Desc(Op::Dwarf2, Op::SizeLEB); in getDescriptions()
81 Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB); in getDescriptions()
82 Descriptions[DW_OP_piece] = Desc(Op::Dwarf2, Op::SizeLEB); in getDescriptions()
92 Descriptions[DW_OP_bit_piece] = Desc(Op::Dwarf3, Op::SizeLEB, Op::SizeLEB); in getDescriptions()
94 Desc(Op::Dwarf3, Op::SizeLEB, Op::SizeBlock); in getDescriptions()
97 Descriptions[DW_OP_GNU_addr_index] = Desc(Op::Dwarf4, Op::SizeLEB); in getDescriptions()
98 Descriptions[DW_OP_GNU_const_index] = Desc(Op::Dwarf4, Op::SizeLEB); in getDescriptions()
167 case Operation::SizeLEB: in extract()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h41 SizeLEB = 4, enumerator
50 SignedSizeLEB = SignBit | SizeLEB,