Searched refs:cxa_atexit (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/dyld-353.2.1/src/
H A DdyldLibSystemInterface.h50 int (*cxa_atexit)(void (*)(void*), void*, void*); member in struct:dyld::LibSystemHelpers
H A Ddyld.cpp1118 // register cxa_atexit() handler to run static terminators in all loaded images when this process exits
1120 (*gLibSystemHelpers->cxa_atexit)(&runAllStaticTerminators, NULL, NULL);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h42 cxa_atexit, enumerator in enum:llvm::LibFunc::Func
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp3000 if (!TLI->has(LibFunc::cxa_atexit))
3003 Function *Fn = M.getFunction(TLI->getName(LibFunc::cxa_atexit));

Completed in 246 milliseconds