Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp814 struct FunctionStateRAII { struct
817 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() function
823 ~FunctionStateRAII() { in ~FunctionStateRAII() argument
2971 FunctionStateRAII CleanupObj(this); in instrumentFunction()