Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp456 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
457 Function &F;
458 AddressSanitizer &ASan;
459 DIBuilder DIB;
460 LLVMContext *C;
461 Type *IntptrTy;
462 Type *IntptrPtrTy;
463 ShadowMapping Mapping;
465 SmallVector<AllocaInst*, 16> AllocaVec;
466 SmallVector<Instruction*, 8> RetVec;
[all …]