Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp363 #define ADD_ATTR(ATTR) \ in hashAttributes() macro
369 ADD_ATTR(Attrs.DW_AT_name); in hashAttributes()
370 ADD_ATTR(Attrs.DW_AT_accessibility); in hashAttributes()
371 ADD_ATTR(Attrs.DW_AT_address_class); in hashAttributes()
372 ADD_ATTR(Attrs.DW_AT_allocated); in hashAttributes()
373 ADD_ATTR(Attrs.DW_AT_artificial); in hashAttributes()
374 ADD_ATTR(Attrs.DW_AT_associated); in hashAttributes()
375 ADD_ATTR(Attrs.DW_AT_binary_scale); in hashAttributes()
376 ADD_ATTR(Attrs.DW_AT_bit_offset); in hashAttributes()
377 ADD_ATTR(Attrs.DW_AT_bit_size); in hashAttributes()
[all …]
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.cc682 #define ADD_ATTR(T) \ macro
688 ADD_ATTR(bool)
689 #undef ADD_ATTR