Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp871 Function &F;
873 DIBuilder DIB;
874 LLVMContext *C;
875 Type *IntptrTy;
876 Type *IntptrPtrTy;
877 ShadowMapping Mapping;
886 FunctionCallee AsanPoisonStackMemoryFunc, AsanUnpoisonStackMemoryFunc;
887 FunctionCallee AsanAllocaPoisonFunc, AsanAllocasUnpoisonFunc;
907 bool PoisonStack;
909 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan) in FunctionStackPoisoner() function
[all …]