Home
last modified time | relevance | path

Searched refs:__cxa_atexit (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/test/Transforms/GlobalOpt/
Dcxx-dtor.ll11 ; CHECK-NOT: call i32 @__cxa_atexit
14 …%1 = call i32 @__cxa_atexit(void (i8*)* bitcast (void (%struct.A*)* @_ZN1AD1Ev to void (i8*)*), i8…
24 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*)
Datexit.ll4 define internal i32 @__cxa_atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %d…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
Dcxx-dtor.ll11 ; CHECK-NOT: call i32 @__cxa_atexit
14 …%1 = call i32 @__cxa_atexit(void (i8*)* bitcast (void (%struct.A*)* @_ZN1AD1Ev to void (i8*)*), i8…
24 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*)
Datexit.ll4 define internal i32 @__cxa_atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %d…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dlower-global-dtors.ll51 ; CHECK-NEXT: i32.call $push3=, __cxa_atexit@FUNCTION, $pop2, $pop1, $pop0{{$}}
67 ; CHECK-NEXT: i32.call $push3=, __cxa_atexit@FUNCTION, $pop2, $pop1, $pop0{{$}}
82 ; CHECK-NEXT: i32.call $push3=, __cxa_atexit@FUNCTION, $pop2, $pop1, $pop0{{$}}
98 ; CHECK-NEXT: i32.call $push3=, __cxa_atexit@FUNCTION, $pop2, $pop1, $pop0{{$}}
113 ; CHECK-NEXT: i32.call $push3=, __cxa_atexit@FUNCTION, $pop2, $pop1, $pop0{{$}}
130 ; CHECK-LABEL: .functype __cxa_atexit, i32, i32, i32, i32{{$}}
/external/llvm/test/ExecutionEngine/OrcLazy/
Dhello.ll21 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*)
31 …%0 = tail call i32 @__cxa_atexit(void (i8*)* bitcast (void (%class.Foo*)* @_ZN3FooD1Ev to void (i8…
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcLazy/
Dhello.ll21 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*)
31 …%0 = tail call i32 @__cxa_atexit(void (i8*)* bitcast (void (%class.Foo*)* @_ZN3FooD1Ev to void (i8…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsplitkit.ll95 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*)
111 …%tmp = tail call i32 @__cxa_atexit(void (i8*)* bitcast (%struct.ham* (%struct.ham*)* @bar to void …
132 …%tmp24 = call i32 @__cxa_atexit(void (i8*)* bitcast (%struct.ham* (%struct.ham*)* @bar to void (i8…
179 …%tmp38 = call i32 @__cxa_atexit(void (i8*)* bitcast (%struct.ham* (%struct.ham*)* @bar to void (i8…
193 …%tmp43 = call i32 @__cxa_atexit(void (i8*)* bitcast (%struct.ham* (%struct.ham*)* @bar to void (i8…
202 …%tmp46 = call i32 @__cxa_atexit(void (i8*)* bitcast (%struct.ham* (%struct.ham*)* @bar to void (i8…
208 …%tmp49 = call i32 @__cxa_atexit(void (i8*)* bitcast (%struct.ham* (%struct.ham*)* @bar to void (i8…
210 …%tmp50 = call i32 @__cxa_atexit(void (i8*)* bitcast (%struct.ham* (%struct.ham*)* @bar to void (i8…
211 …%tmp51 = call i32 @__cxa_atexit(void (i8*)* bitcast (%struct.ham* (%struct.ham*)* @bar to void (i8…
215 …%tmp53 = call i32 @__cxa_atexit(void (i8*)* bitcast (%struct.ham* (%struct.ham*)* @bar to void (i8…
/external/compiler-rt/lib/esan/
Desan.cpp27 extern void __cxa_atexit(void (*function)(void));
197 ::__cxa_atexit((void (*)())finalizeLibrary); in initializeLibrary()
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc697 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() argument
700 if (UNLIKELY(!asan_inited)) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
703 int res = REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
704 REAL(__cxa_atexit)(AtCxaAtexit, nullptr, nullptr); in INTERCEPTOR() local
794 ASAN_INTERCEPT_FUNC(__cxa_atexit); in InitializeAsanInterceptors()
/external/tensorflow/tensorflow/tools/ci_build/devtoolset/
Dbuild_devtoolset.sh103 --enable-__cxa_atexit \
Dbuild_devtoolset_ppc64le.sh105 --enable-__cxa_atexit \
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/
Dglobal-ctor-dtor.ll41 ; CHECK-NEXT: Field: __cxa_atexit
136 ; CHECK-NEXT: Name: __cxa_atexit
/external/libcxxabi/include/
Dcxxabi.h140 extern _LIBCXXABI_FUNC_VIS int __cxa_atexit(void (*f)(void *), void *p,
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddecl-derived-member.ll41 …%0 = call i32 @__cxa_atexit(void (i8*)* bitcast (void (%struct.foo*)* @_ZN3fooD2Ev to void (i8*)*)…
70 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*) #2
/external/llvm/test/DebugInfo/X86/
Ddecl-derived-member.ll39 …%0 = call i32 @__cxa_atexit(void (i8*)* bitcast (void (%struct.foo*)* @_ZN3fooD2Ev to void (i8*)*)…
68 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*) #2
/external/llvm/test/Transforms/MergeFunc/
Dvector.ll38 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MergeFunc/
Dvector.ll38 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*)
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1178 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() argument
1180 if (msan_init_is_running) return REAL(__cxa_atexit)(func, arg, dso_handle); in INTERCEPTOR()
1186 return REAL(__cxa_atexit)(MSanAtExitWrapper, r, dso_handle); in INTERCEPTOR()
1583 INTERCEPT_FUNCTION(__cxa_atexit); in InitializeInterceptors()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr1505b.ll30 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*)
/external/llvm/test/CodeGen/X86/
Dpr1505b.ll30 declare i32 @__cxa_atexit(void (i8*)*, i8*, i8*)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc400 TSAN_INTERCEPTOR(int, __cxa_atexit, void (*f)(void *a), void *arg, void *dso) { in TSAN_INTERCEPTOR() argument
403 SCOPED_TSAN_INTERCEPTOR(__cxa_atexit, f, arg, dso); in TSAN_INTERCEPTOR()
416 int res = REAL(__cxa_atexit)(at_exit_wrapper, ctx, dso); in setup_at_exit_wrapper()
2571 TSAN_INTERCEPT(__cxa_atexit); in InitializeInterceptors()
2584 if (REAL(__cxa_atexit)(&finalize, 0, 0)) { in InitializeInterceptors()
/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt70 fun:__cxa_atexit=discard
/external/clang/include/clang/Frontend/
DCodeGenOptions.def42 CODEGENOPT(CXAAtExit , 1, 1) ///< Use __cxa_atexit for calling destructors.
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def170 /// int __cxa_atexit(void (*f)(void *), void *p, void *d);
172 TLI_DEFINE_STRING_INTERNAL("__cxa_atexit")

12