Home
last modified time | relevance | path

Searched refs:DwarfCC (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLToken.h435 DwarfCC, // DW_CC_foo enumerator
DLLLexer.cpp891 DWKEYWORD(CC, DwarfCC); in LexIdentifier()
DLLParser.cpp3908 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1613 static CallingConvention dwarfCCToCodeView(unsigned DwarfCC) { in dwarfCCToCodeView() argument
1614 switch (DwarfCC) { in dwarfCCToCodeView()