Searched defs:FunctionStackPoisoner (Results 1 – 1 of 1) sorted by relevance
599 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct600 Function &F;601 AddressSanitizer &ASan;602 DIBuilder DIB;603 LLVMContext *C;604 Type *IntptrTy;605 Type *IntptrPtrTy;606 ShadowMapping Mapping;608 SmallVector<AllocaInst *, 16> AllocaVec;609 SmallSetVector<AllocaInst *, 16> NonInstrumentedStaticAllocaVec;[all …]