Searched defs:FunctionStackPoisoner (Results 1 – 1 of 1) sorted by relevance
1037 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct1038 Function &F;1039 AddressSanitizer &ASan;1040 RuntimeCallInserter &RTCI;1041 DIBuilder DIB;1042 LLVMContext *C;1043 Type *IntptrTy;1044 Type *IntptrPtrTy;1045 ShadowMapping Mapping;1047 SmallVector<AllocaInst *, 16> AllocaVec;[all …]