Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp364 #define ADD_ATTR(ATTR) \ in hashAttributes() macro
370 ADD_ATTR(Attrs.DW_AT_name); in hashAttributes()
371 ADD_ATTR(Attrs.DW_AT_accessibility); in hashAttributes()
372 ADD_ATTR(Attrs.DW_AT_address_class); in hashAttributes()
373 ADD_ATTR(Attrs.DW_AT_allocated); in hashAttributes()
374 ADD_ATTR(Attrs.DW_AT_artificial); in hashAttributes()
375 ADD_ATTR(Attrs.DW_AT_associated); in hashAttributes()
376 ADD_ATTR(Attrs.DW_AT_binary_scale); in hashAttributes()
377 ADD_ATTR(Attrs.DW_AT_bit_offset); in hashAttributes()
378 ADD_ATTR(Attrs.DW_AT_bit_size); in hashAttributes()
[all …]