Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1037 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
1038 Function &F;
1039 AddressSanitizer &ASan;
1040 RuntimeCallInserter &RTCI;
1041 DIBuilder DIB;
1042 LLVMContext *C;
1043 Type *IntptrTy;
1044 Type *IntptrPtrTy;
1045 ShadowMapping Mapping;
1047 SmallVector<AllocaInst *, 16> AllocaVec;
[all …]