Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp889 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
890 Function &F;
891 AddressSanitizer &ASan;
892 DIBuilder DIB;
893 LLVMContext *C;
894 Type *IntptrTy;
895 Type *IntptrPtrTy;
896 ShadowMapping Mapping;
898 SmallVector<AllocaInst *, 16> AllocaVec;
899 SmallVector<AllocaInst *, 16> StaticAllocasToMoveUp;
[all …]