Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp870 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
871 Function &F;
872 AddressSanitizer &ASan;
873 DIBuilder DIB;
874 LLVMContext *C;
875 Type *IntptrTy;
876 Type *IntptrPtrTy;
877 ShadowMapping Mapping;
879 SmallVector<AllocaInst *, 16> AllocaVec;
880 SmallVector<AllocaInst *, 16> StaticAllocasToMoveUp;
[all …]