Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp190 LLVMTypeRef stackmapParamTypes[] = { LLVMInt64Type(), LLVMInt32Type() }; in buildFunctionThatUsesStackmap() local
192 LLVMFunctionType(LLVMVoidType(), stackmapParamTypes, 2, 1); in buildFunctionThatUsesStackmap()