Searched refs:shadowFuncType (Results 1 – 1 of 1) sorted by relevance
576 …FunctionType* shadowFuncType = FunctionType::get(Type::getVoidTy(M.getContext()), shadowFuncArgs, … in getGlobalVariableShadowFunction() local577 shadowFunc = Function::Create(shadowFuncType, GlobalValue::InternalLinkage, name, &M); in getGlobalVariableShadowFunction()630 …FunctionType* shadowFuncType = FunctionType::get(Type::getVoidTy(M.getContext()), shadowFuncArgs, … in insertShadowTag() local631 …shadowFunc = Function::Create(shadowFuncType, GlobalValue::ExternalLinkage, MAGIC_LAZY_CHECKPOINT_… in insertShadowTag()