Searched refs:SizeAttr (Results 1 – 3 of 3) sorted by relevance
1005 if (auto SizeAttr = Type.find(DW_AT_byte_size)) in getTypeSize() local1006 if (Optional<uint64_t> Size = SizeAttr->getAsUnsignedConstant()) in getTypeSize()
1070 if (auto SizeAttr = Type.find(DW_AT_byte_size)) in getTypeSize() local1071 if (Optional<uint64_t> Size = SizeAttr->getAsUnsignedConstant()) in getTypeSize()
35007 type SizeAttr func(optionalAttr) type35011 func SizeOutType(value tf.DataType) SizeAttr {35028 func Size(scope *Scope, input tf.Output, optional ...SizeAttr) (output tf.Output) { argument