Searched defs:FunctionStackPoisoner (Results 1 – 3 of 3) 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 …]
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 …]