Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp599 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
600 Function &F;
601 AddressSanitizer &ASan;
602 DIBuilder DIB;
603 LLVMContext *C;
604 Type *IntptrTy;
605 Type *IntptrPtrTy;
606 ShadowMapping Mapping;
608 SmallVector<AllocaInst *, 16> AllocaVec;
609 SmallSetVector<AllocaInst *, 16> NonInstrumentedStaticAllocaVec;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp870 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
871 Function &F;
872 AddressSanitizer &ASan;
873 DIBuilder DIB;
874 LLVMContext *C;
875 Type *IntptrTy;
876 Type *IntptrPtrTy;
877 ShadowMapping Mapping;
879 SmallVector<AllocaInst *, 16> AllocaVec;
880 SmallVector<AllocaInst *, 16> StaticAllocasToMoveUp;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp889 struct FunctionStackPoisoner : public InstVisitor<FunctionStackPoisoner> { struct
890 Function &F;
891 AddressSanitizer &ASan;
892 DIBuilder DIB;
893 LLVMContext *C;
894 Type *IntptrTy;
895 Type *IntptrPtrTy;
896 ShadowMapping Mapping;
898 SmallVector<AllocaInst *, 16> AllocaVec;
899 SmallVector<AllocaInst *, 16> StaticAllocasToMoveUp;
[all …]