Searched refs:DW_CC_normal (Results 1 – 10 of 10) sorted by relevance
553 #define DW_CC_normal 0x01 macro
423 case DW_CC_normal: in dwarf_get_CC_name()
658 DW_CC_normal = 0x1, enumerator
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.
825 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()1194 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
1731 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()
1331 case DW_CC_normal: printf ("(normal)"); break; in read_and_display_attr_value()
544 = llvm::dwarf::CallingConvention::DW_CC_normal; in ParseTypeFromDWARF()