Searched refs:DW_CC_normal (Results 1 – 8 of 8) sorted by relevance
25 ; CHECK: !9 = !DISubroutineType(cc: DW_CC_normal, types: null)29 !9 = !DISubroutineType(cc: DW_CC_normal, types: null)
619 DW_CC_normal = 0x1, enumerator
173 DWARF_ONE_KNOWN_DW_CC (normal, DW_CC_normal) \
581 case DW_CC_normal: return "DW_CC_normal"; in ConventionString()
538 DW_CC_normal = 0x01, enumerator
236 !20 = !DISubroutineType(cc: DW_CC_normal, types: !21)
879 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()1201 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
1234 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()