Searched defs:FunctionStackPoisoner (Results 1 – 1 of 1) sorted by relevance
456 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct457 Function &F;458 AddressSanitizer &ASan;459 DIBuilder DIB;460 LLVMContext *C;461 Type *IntptrTy;462 Type *IntptrPtrTy;463 ShadowMapping Mapping;465 SmallVector<AllocaInst*, 16> AllocaVec;466 SmallVector<Instruction*, 8> RetVec;[all …]