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