Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp687 struct FunctionStateRAII { struct
690 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() argument
696 ~FunctionStateRAII() { in ~FunctionStateRAII() argument
2804 FunctionStateRAII CleanupObj(this); in instrumentFunction()