Searched defs:FunctionStackPoisoner (Results 1 – 1 of 1) sorted by relevance
984 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct985 Function &F;986 AddressSanitizer &ASan;987 RuntimeCallInserter &RTCI;988 DIBuilder DIB;989 LLVMContext *C;990 Type *IntptrTy;991 Type *IntptrPtrTy;992 ShadowMapping Mapping;994 SmallVector<AllocaInst *, 16> AllocaVec;[all …]