Home
last modified time | relevance | path

Searched defs:on_exit (Results 1 – 8 of 8) sorted by relevance

/llvm-project/compiler-rt/test/orc/TestCases/Linux/aarch64/
H A Dtrivial-atexit.S8 .globl on_exit symbol
11 on_exit: label
H A Dtrivial-cxa-atexit.S8 .globl on_exit symbol
11 on_exit: label
/llvm-project/compiler-rt/lib/dfsan/scripts/
H A Dcheck_custom_wrappers.sh13 on_exit() { function
/llvm-project/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py60 def on_exit(): function
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp561 auto on_exit = llvm::make_scope_exit([this]() { ResetDeclMap(); }); TryParse() local
805 auto on_exit = llvm::make_scope_exit([this]() { ResetDeclMap(); }); Complete() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp508 TSAN_INTERCEPTOR(int,on_exit,void (* f)(int,void *),void * arg) TSAN_INTERCEPTOR() argument
879 auto on_exit = at_scope_exit([blocking_hooks] { guard_acquire() local
/llvm-project/lldb/source/Target/
H A DTarget.cpp2667 auto on_exit = llvm::make_scope_exit([this, old_suppress_value]() { EvaluateExpression() local
H A DProcess.cpp2694 auto on_exit = llvm::make_scope_exit([this]() { RestoreProcessEvents(); }); LaunchPrivate() local