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