Searched refs:DW_CC_normal (Results 1 – 9 of 9) sorted by relevance
500 #define DW_CC_normal 0x01 macro
363 case DW_CC_normal: in dwarf_get_CC_name()
369 DW_CC_normal = 0x01, enumerator
658 DW_CC_normal = 0x1, enumerator
371 case DW_CC_normal: return "DW_CC_normal"; in ConventionString()
663 DW_CC_normal = 0x1, enumerator
11225 enum dwarf_calling_convention value = DW_CC_normal; in add_calling_convention_attribute()11231 if (value && (value != DW_CC_normal)) in add_calling_convention_attribute()
9932 emit DW_CC_normal.
1331 case DW_CC_normal: printf ("(normal)"); break; in read_and_display_attr_value()