Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp517 struct FunctionStateRAII { struct
518 AddressSanitizer *Pass;
519 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() function
523 ~FunctionStateRAII() { Pass->ProcessedAllocas.clear(); } in ~FunctionStateRAII()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp684 struct FunctionStateRAII { struct
685 AddressSanitizer *Pass;
687 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) { in FunctionStateRAII() function
693 ~FunctionStateRAII() { in ~FunctionStateRAII()