Searched defs:FunctionStackPoisoner (Results 1 – 1 of 1) sorted by relevance
889 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct890 Function &F;891 AddressSanitizer &ASan;892 DIBuilder DIB;893 LLVMContext *C;894 Type *IntptrTy;895 Type *IntptrPtrTy;896 ShadowMapping Mapping;898 SmallVector<AllocaInst *, 16> AllocaVec;899 SmallVector<AllocaInst *, 16> StaticAllocasToMoveUp;[all …]