Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp2879 std::vector<Value*> dsentryDestroyArgs; in addMagicStackDsentryFuncCalls() local
2881 dsentryDestroyArgs.push_back(prevLastStackDsentry); in addMagicStackDsentryFuncCalls()
2883 dsentryDestroyArgs.push_back(ConstantInt::get(M.getContext(), APInt(32, locals.size()))); in addMagicStackDsentryFuncCalls()
2904 dsentryDestroyArgs.push_back(localDsentryValues[i]); in addMagicStackDsentryFuncCalls()
2912 MagicUtil::createCallInstruction(dsentryDestroyFunc, dsentryDestroyArgs, "", dsentryDestroyI); in addMagicStackDsentryFuncCalls()