Searched refs:__eprintf (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | link-global-to-func.ll | 2 ; RUN: echo {declare void @__eprintf(i8*, i8*, i32, i8*) noreturn define void @foo() { tai… 3 ; RUN: llvm-link %t2.bc %t1.bc -S | grep __eprintf 4 ; RUN: llvm-link %t1.bc %t2.bc -S | grep __eprintf 8 @__eprintf = external global i8* ; <i8**> [#uses=1] 11 %A = load i8** @__eprintf ; <i8*> [#uses=1]
|
/external/llvm/test/Linker/ |
D | link-global-to-func.ll | 2 ; RUN: echo "declare void @__eprintf(i8*, i8*, i32, i8*) noreturn define void @foo() { tai… 5 ; CHECK: __eprintf 9 @__eprintf = external global i8* ; <i8**> [#uses=1] 12 %A = load i8*, i8** @__eprintf ; <i8*> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | link-global-to-func.ll | 2 ; RUN: echo "declare void @__eprintf(i8*, i8*, i32, i8*) noreturn define void @foo() { tai… 5 ; CHECK: __eprintf 9 @__eprintf = external global i8* ; <i8**> [#uses=1] 12 %A = load i8*, i8** @__eprintf ; <i8*> [#uses=1]
|
/external/compiler-rt/lib/builtins/ |
D | eprintf.c | 29 __eprintf(const char* format, const char* assertion_expression, in __eprintf() function
|
D | README.txt | 221 void __eprintf(const char* format, const char* assertion_expression,
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | SearchForAddressOfSpecialSymbol.cpp | 37 EXPLICIT_SYMBOL(__eprintf); in DoSearch()
|
/external/llvm/lib/Support/ |
D | SearchForAddressOfSpecialSymbol.cpp | 37 EXPLICIT_SYMBOL(__eprintf); in DoSearch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | DynamicLibrary.inc | 83 // __eprintf is sometimes used for assert() handling on x86. 89 EXPLICIT_SYMBOL(__eprintf);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2007-02-19-LiveIntervalAssert.ll | 8 define void @__eprintf(i8* %string, i8* %expression, i32 %line, i8* %filename) {
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-02-19-LiveIntervalAssert.ll | 8 define void @__eprintf(i8* %string, i8* %expression, i32 %line, i8* %filename) {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2007-02-19-LiveIntervalAssert.ll | 8 define void @__eprintf(i8* %string, i8* %expression, i32 %line, i8* %filename) {
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 587 fun:__eprintf=uninstrumented
|
/external/google-breakpad/src/client/mac/handler/testcases/testdata/ |
D | dump_syms_i386_breakpad.sym | 5293 FUNC 1b6e0 4d 0 __eprintf
|