Searched refs:DwarfCC (Results 1 – 8 of 8) sorted by relevance
349 DwarfCC, // DW_CC_foo enumerator
798 DWKEYWORD(CC, DwarfCC); in LexIdentifier()
3532 if (Lex.getKind() != lltok::DwarfCC) in ParseMDField()
435 DwarfCC, // DW_CC_foo enumerator
891 DWKEYWORD(CC, DwarfCC); in LexIdentifier()
3908 if (Lex.getKind() != lltok::DwarfCC) in ParseMDField()
1232 static CallingConvention dwarfCCToCodeView(unsigned DwarfCC) { in dwarfCCToCodeView() argument1233 switch (DwarfCC) { in dwarfCCToCodeView()
1613 static CallingConvention dwarfCCToCodeView(unsigned DwarfCC) { in dwarfCCToCodeView() argument1614 switch (DwarfCC) { in dwarfCCToCodeView()