Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp913 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
914 Function &F;
915 AddressSanitizer &ASan;
916 DIBuilder DIB;
917 LLVMContext *C;
918 Type *IntptrTy;
919 Type *IntptrPtrTy;
920 ShadowMapping Mapping;
922 SmallVector<AllocaInst *, 16> AllocaVec;
923 SmallVector<AllocaInst *, 16> StaticAllocasToMoveUp;
[all …]