Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h141 kw_x86_thiscallcc, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2220 case lltok::kw_x86_thiscallcc: CC = CallingConv::X86_ThisCall; break; in parseOptionalCallingConv()