Home
last modified time | relevance | path

Searched refs:SizeBlock (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp94 Desc(Op::Dwarf3, Op::SizeLEB, Op::SizeBlock); in getDescriptions()
188 case Operation::SizeBlock: in extract()
274 } else if (Size == Operation::SizeBlock) { in print()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp93 Desc(Op::Dwarf3, Op::SizeLEB, Op::SizeBlock); in getDescriptions()
187 case Operation::SizeBlock: in extract()
303 } else if (Size == Operation::SizeBlock) { in print()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h46 SizeBlock = 7, ///< Preceding operand contains block size enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h43 SizeBlock = 7, ///< Preceding operand contains block size enumerator
/external/python/cpython3/Lib/test/
Dtest_collections.py1080 class SizeBlock: class
1088 self.assertFalse(issubclass(SizeBlock, Collection))
1089 self.assertFalse(isinstance(SizeBlock(), Collection))