Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp730 struct FunctionStateRAII { struct
733 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() function
739 ~FunctionStateRAII() { in ~FunctionStateRAII() argument
2701 FunctionStateRAII CleanupObj(this); in instrumentFunction()