Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp550 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
551 Function &F;
552 AddressSanitizer &ASan;
553 DIBuilder DIB;
554 LLVMContext *C;
555 Type *IntptrTy;
556 Type *IntptrPtrTy;
557 ShadowMapping Mapping;
559 SmallVector<AllocaInst *, 16> AllocaVec;
560 SmallSetVector<AllocaInst *, 16> NonInstrumentedStaticAllocaVec;
[all …]