Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp913 Function &F;
915 DIBuilder DIB;
916 LLVMContext *C;
917 Type *IntptrTy;
918 Type *IntptrPtrTy;
919 ShadowMapping Mapping;
928 FunctionCallee AsanPoisonStackMemoryFunc, AsanUnpoisonStackMemoryFunc;
929 FunctionCallee AsanAllocaPoisonFunc, AsanAllocasUnpoisonFunc;
949 bool PoisonStack;
951 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan) in FunctionStackPoisoner() argument
[all …]