Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp517 struct FunctionStateRAII { struct
518 AddressSanitizer *Pass;
519 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() function
523 ~FunctionStateRAII() { Pass->ProcessedAllocas.clear(); } in ~FunctionStateRAII()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp730 struct FunctionStateRAII { struct
731 AddressSanitizer *Pass;
733 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() function
739 ~FunctionStateRAII() { in ~FunctionStateRAII()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp658 struct FunctionStateRAII { struct
659 AddressSanitizer *Pass;
661 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() argument
667 ~FunctionStateRAII() { in ~FunctionStateRAII()