Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp472 struct FunctionStateRAII { struct
474 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() argument
478 ~FunctionStateRAII() { Pass->ProcessedAllocas.clear(); } in ~FunctionStateRAII() argument
1594 FunctionStateRAII CleanupObj(this); in runOnFunction()