Searched refs:DW_CC_normal (Results 1 – 5 of 5) sorted by relevance
249 size_t calling_convention = llvm::dwarf::DW_CC_normal;
553 #define DW_CC_normal 0x01 macro
423 case DW_CC_normal: in dwarf_get_CC_name()
825 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()1226 if (CC && CC != dwarf::DW_CC_normal) in applySubprogramAttributes()
1841 case dwarf::DW_CC_normal: return CallingConvention::NearC; in dwarfCCToCodeView()