Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp461 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
462 Function &F;
463 AddressSanitizer &ASan;
464 DIBuilder DIB;
465 LLVMContext *C;
466 Type *IntptrTy;
467 Type *IntptrPtrTy;
468 ShadowMapping Mapping;
470 SmallVector<AllocaInst*, 16> AllocaVec;
471 SmallVector<Instruction*, 8> RetVec;
[all …]