Home
last modified time | relevance | path

Searched defs:AtExit (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp112 FunctionCallee AtExit = M.getOrInsertFunction( in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp352 while (IRBuilder<> *AtExit = EE.Next()) { in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp433 while (IRBuilder<> *AtExit = EE.Next()) { in InsertRuntimeIgnores() local
511 while (IRBuilder<> *AtExit = EE.Next()) { in sanitizeFunction() local
/third_party/node/src/api/
Dhooks.cc25 void AtExit(Environment* env, void (*cb)(void* arg), void* arg) { in AtExit() function
/third_party/node/src/
Denv.cc1041 void Environment::AtExit(void (*cb)(void* arg), void* arg) { in AtExit() function in node::Environment