Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp504 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
505 Function &F;
506 AddressSanitizer &ASan;
507 DIBuilder DIB;
508 LLVMContext *C;
509 Type *IntptrTy;
510 Type *IntptrPtrTy;
511 ShadowMapping Mapping;
513 SmallVector<AllocaInst *, 16> AllocaVec;
514 SmallVector<Instruction *, 8> RetVec;
[all …]