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 …]
870 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct871 Function &F;872 AddressSanitizer &ASan;873 DIBuilder DIB;874 LLVMContext *C;875 Type *IntptrTy;876 Type *IntptrPtrTy;877 ShadowMapping Mapping;879 SmallVector<AllocaInst *, 16> AllocaVec;880 SmallVector<AllocaInst *, 16> StaticAllocasToMoveUp;[all …]