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