Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1005 if (auto SizeAttr = Type.find(DW_AT_byte_size)) in getTypeSize() local
1006 if (Optional<uint64_t> Size = SizeAttr->getAsUnsignedConstant()) in getTypeSize()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1070 if (auto SizeAttr = Type.find(DW_AT_byte_size)) in getTypeSize() local
1071 if (Optional<uint64_t> Size = SizeAttr->getAsUnsignedConstant()) in getTypeSize()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go35007 type SizeAttr func(optionalAttr) type
35011 func SizeOutType(value tf.DataType) SizeAttr {
35028 func Size(scope *Scope, input tf.Output, optional ...SizeAttr) (output tf.Output) { argument