Searched defs:FunctionStackPoisoner (Results 1 – 2 of 2) 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 …]
820 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct821 Function &F;822 AddressSanitizer &ASan;823 DIBuilder DIB;824 LLVMContext *C;825 Type *IntptrTy;826 Type *IntptrPtrTy;827 ShadowMapping Mapping;829 SmallVector<AllocaInst *, 16> AllocaVec;830 SmallVector<AllocaInst *, 16> StaticAllocasToMoveUp;[all …]