Home
last modified time | relevance | path

Searched defs:FunctionStackPoisoner (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp599 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
600 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 …]