Searched refs:AsanShadowGlobal (Results 1 – 1 of 1) sorted by relevance
710 Constant *AsanShadowGlobal; member2362 AsanShadowGlobal = M.getOrInsertGlobal("__asan_shadow", in initializeCallbacks()2414 FunctionType::get(IntptrTy, {AsanShadowGlobal->getType()}, false), in maybeInsertDynamicShadowAtFunctionEntry()2418 IRB.CreateCall(Asm, {AsanShadowGlobal}, ".asan.shadow"); in maybeInsertDynamicShadowAtFunctionEntry()2421 IRB.CreatePointerCast(AsanShadowGlobal, IntptrTy, ".asan.shadow"); in maybeInsertDynamicShadowAtFunctionEntry()