Searched defs:FunctionStackPoisoner (Results 1 – 1 of 1) sorted by relevance
504 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct505 Function &F;506 AddressSanitizer &ASan;507 DIBuilder DIB;508 LLVMContext *C;509 Type *IntptrTy;510 Type *IntptrPtrTy;511 ShadowMapping Mapping;513 SmallVector<AllocaInst *, 16> AllocaVec;514 SmallVector<Instruction *, 8> RetVec;[all …]