Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp695 struct FunctionStateRAII { struct
698 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() function
704 ~FunctionStateRAII() { in ~FunctionStateRAII() argument
2516 FunctionStateRAII CleanupObj(this); in runOnFunction()