Home
last modified time | relevance | path

Searched refs:DwarfCC (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/AsmParser/
DLLToken.h349 DwarfCC, // DW_CC_foo enumerator
DLLLexer.cpp798 DWKEYWORD(CC, DwarfCC); in LexIdentifier()
DLLParser.cpp3532 if (Lex.getKind() != lltok::DwarfCC) in ParseMDField()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1232 static CallingConvention dwarfCCToCodeView(unsigned DwarfCC) { in dwarfCCToCodeView() argument
1233 switch (DwarfCC) { in dwarfCCToCodeView()