HomeSort by: relevance | last modified time | path
    Searched refs:WebKit_JS (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
CallingConv.h 58 WebKit_JS = 12,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 337 if (CC == CallingConv::WebKit_JS)
3777 CCAssignFn *RetCC = CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS
AArch64ISelLowering.cpp 4773 case CallingConv::WebKit_JS:
4804 return CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 360 case CallingConv::WebKit_JS: Out << "webkit_jscc"; break;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 3193 // Handle only C, fastcc, and webkit_js calling conventions for now.
3199 case CallingConv::WebKit_JS:
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 2173 case lltok::kw_webkit_jscc: CC = CallingConv::WebKit_JS; break;

Completed in 55 milliseconds