Home
last modified time | relevance | path

Searched defs:FunctionStackPoisoner (Results 1 – 2 of 2) 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp820 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
821 Function &F;
822 AddressSanitizer &ASan;
823 DIBuilder DIB;
824 LLVMContext *C;
825 Type *IntptrTy;
826 Type *IntptrPtrTy;
827 ShadowMapping Mapping;
829 SmallVector<AllocaInst *, 16> AllocaVec;
830 SmallVector<AllocaInst *, 16> StaticAllocasToMoveUp;
[all …]