Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp36 Descriptions[DW_OP_const2s] = Desc(Op::Dwarf2, Op::SignedSize2); in getDescriptions()
65 Descriptions[DW_OP_skip] = Desc(Op::Dwarf2, Op::SignedSize2); in getDescriptions()
66 Descriptions[DW_OP_bra] = Desc(Op::Dwarf2, Op::SignedSize2); in getDescriptions()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h47 SignedSize2 = SignBit | Size2, enumerator