Searched refs:DW_CC_normal (Results 1 – 6 of 6) sorted by relevance
621 #define DW_CC_normal 0x01 macro
487 case DW_CC_normal: in dwarf_get_CC_name()
578 size_t calling_convention = llvm::dwarf::DW_CC_normal;
1055 case llvm::dwarf::DW_CC_normal: in ConvertDWARFCallingConventionToClang()
947 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()1462 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
2014 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()