Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp924 Function &F;
926 DIBuilder DIB;
927 LLVMContext *C;
928 Type *IntptrTy;
929 Type *IntptrPtrTy;
930 ShadowMapping Mapping;
939 FunctionCallee AsanPoisonStackMemoryFunc, AsanUnpoisonStackMemoryFunc;
940 FunctionCallee AsanAllocaPoisonFunc, AsanAllocasUnpoisonFunc;
960 bool PoisonStack;
962 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan) in FunctionStackPoisoner() function
[all …]