Searched refs:DwarfCC (Results 1 – 4 of 4) sorted by relevance
458 DwarfCC, // DW_CC_foo enumerator
914 DWKEYWORD(CC, DwarfCC); in LexIdentifier()
4053 if (Lex.getKind() != lltok::DwarfCC) in ParseMDField()
1788 static CallingConvention dwarfCCToCodeView(unsigned DwarfCC) { in dwarfCCToCodeView() argument1789 switch (DwarfCC) { in dwarfCCToCodeView()