Home
last modified time | relevance | path

Searched refs:kw_x86_fastcallcc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLToken.h88 kw_x86_stdcallcc, kw_x86_fastcallcc, kw_x86_thiscallcc, enumerator
DLLParser.cpp1358 case lltok::kw_x86_fastcallcc: CC = CallingConv::X86_FastCall; break; in ParseOptionalCallingConv()