Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp330 static ld_plugin_status cleanup_hook(void);
405 if (callback(cleanup_hook) != LDPS_OK) in onload()
1132 cleanup_hook(); in allSymbolsReadHook()
1168 static ld_plugin_status cleanup_hook(void) { in cleanup_hook() function