Searched defs:FunctionStackPoisoner (Results 1 – 1 of 1) sorted by relevance
913 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct914 Function &F;915 AddressSanitizer &ASan;916 DIBuilder DIB;917 LLVMContext *C;918 Type *IntptrTy;919 Type *IntptrPtrTy;920 ShadowMapping Mapping;922 SmallVector<AllocaInst *, 16> AllocaVec;923 SmallVector<AllocaInst *, 16> StaticAllocasToMoveUp;[all …]