Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp94 Desc(Op::Dwarf3, Op::SizeLEB, Op::SizeBlock); in getDescriptions()
173 case Operation::SizeBlock: in extract()
247 if (Size == Operation::SizeBlock) { in print()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h44 SizeBlock = 7, ///< Preceding operand contains block size enumerator
/external/python/cpython3/Lib/test/
Dtest_collections.py931 class SizeBlock: class
939 self.assertFalse(issubclass(SizeBlock, Collection))
940 self.assertFalse(isinstance(SizeBlock(), Collection))