Searched refs:DW_CC_normal (Results 1 – 10 of 10) sorted by relevance
25 ; CHECK: !9 = !DISubroutineType(cc: DW_CC_normal, types: null)29 !9 = !DISubroutineType(cc: DW_CC_normal, types: null)
765 DW_CC_normal = 0x1, enumerator
173 DWARF_ONE_KNOWN_DW_CC (normal, DW_CC_normal) \
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()
931 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()1300 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
1615 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()