Home | History | Annotate | Download | only in CodeGen

Lines Matching full:__cxa_guard_acquire

1008   // int __cxa_guard_acquire(__guard *guard_object);
1012 return CGM.CreateRuntimeFunction(FTy, "__cxa_guard_acquire",
1113 // if (__cxa_guard_acquire(&obj_guard))
1125 // if ( __cxa_guard_acquire (&obj_guard) ) {
1164 // Call __cxa_guard_acquire.