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()
450 size_t calling_convention = llvm::dwarf::DW_CC_normal;
916 case llvm::dwarf::DW_CC_normal: in ConvertDWARFCallingConventionToClang()
842 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()1278 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
2000 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()