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

/haiku-buildtools/gcc/libgcc/config/pa/
H A Dstublib.c57 void _ITM_deregisterTMCloneTable (const void *);
59 _ITM_deregisterTMCloneTable (__attribute__((unused)) const void *p) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dtrans-mem.h22 noinline void _ITM_deregisterTMCloneTable (void) { asm(""); } function
/haiku-buildtools/gcc/libgcc/config/
H A Ddarwin-crt-tm.c44 extern void _ITM_deregisterTMCloneTable (void *) WEAK;
101 if (_ITM_deregisterTMCloneTable != NULL && tmct != NULL)
102 _ITM_deregisterTMCloneTable (tmct);
/haiku-buildtools/gcc/libgcc/
H A Dcrtstuff.c198 extern void _ITM_deregisterTMCloneTable (void *) TARGET_ATTRIBUTE_WEAK;
301 fn = _ITM_deregisterTMCloneTable;

Completed in 111 milliseconds