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