/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
jalx-2-ex.s | 9 .globl external_function 12 .ent external_function 13 .type external_function, @function 14 external_function: label 32 .end external_function 33 .size external_function, .-external_function
|
jalx-2.dd | 5 04400000 <external_function>: 36 4400054: f110 0000 jalx 4400000 <external_function>
|
jalx-2-main.s | 63 jal external_function
|
/external/llvm/test/CodeGen/AMDGPU/ |
call.ll | 5 ; CHECK: error: unsupported call to function external_function in test_call_external 8 declare i32 @external_function(i32) nounwind 14 %c = call i32 @external_function(i32 %b) nounwind
|
/external/llvm/test/CodeGen/X86/ |
atom-pad-short-functions.ll | 3 declare void @external_function(...) 72 ; CHECK: jmp external_function 74 tail call void bitcast (void (...)* @external_function to void ()*)() nounwind
|
/external/clang/test/Index/ |
comment-c-decls.c | 20 extern void external_function(int x1); 21 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>
|
format-comment-cdecls.c | 15 extern void external_function(int x1); 16 // CHECK: <Declaration>extern void external_function(int x1)</Declaration>
|
/external/v8/src/arm64/ |
simulator-arm64.cc | 466 Redirection(Isolate* isolate, void* external_function, 468 : external_function_(external_function), type_(type), next_(NULL) { 481 T external_function() { return reinterpret_cast<T>(external_function_); } function in class:v8::internal::Redirection 485 static Redirection* Get(Isolate* isolate, void* external_function, 489 if (current->external_function_ == external_function) { 494 return new Redirection(isolate, external_function, type); 507 return redirection->external_function<void*>(); 574 int64_t external = redirection->external_function<int64_t>(); 577 redirection->external_function<void*>()); 781 void* external_function, [all...] |
simulator-arm64.h | 281 void* external_function,
|
/external/v8/src/arm/ |
simulator-arm.cc | 785 Redirection(Isolate* isolate, void* external_function, 787 : external_function_(external_function), 803 void* external_function() { return external_function_; } function in class:v8::internal::Redirection 806 static Redirection* Get(Isolate* isolate, void* external_function, 810 if (current->external_function_ == external_function) { 815 return new Redirection(isolate, external_function, type); 828 return redirection->external_function(); 861 void* external_function, 863 Redirection* redirection = Redirection::Get(isolate, external_function, type); [all...] |
simulator-arm.h | 350 Isolate* isolate, void* external_function,
|
/external/v8/src/mips/ |
simulator-mips.cc | 1015 void* external_function() { return external_function_; } function in class:v8::internal::Redirection [all...] |
simulator-mips.h | 420 void* external_function,
|
/external/v8/src/mips64/ |
simulator-mips64.cc | 937 Redirection(Isolate* isolate, void* external_function, 939 : external_function_(external_function), 955 void* external_function() { return external_function_; } function in class:v8::internal::Redirection [all...] |
simulator-mips64.h | 434 void* external_function,
|
/external/v8/src/ppc/ |
simulator-ppc.cc | 847 Redirection(Isolate* isolate, void* external_function, 849 : external_function_(external_function), 873 void* external_function() { return external_function_; } function in class:v8::internal::Redirection 876 static Redirection* Get(Isolate* isolate, void* external_function, 880 if (current->external_function_ == external_function) { 885 return new Redirection(isolate, external_function, type); 905 return redirection->external_function(); [all...] |
simulator-ppc.h | 338 Isolate* isolate, void* external_function,
|
/external/v8/src/s390/ |
simulator-s390.h | 452 Isolate* isolate, void* external_function,
|
simulator-s390.cc | 1605 void* external_function() { return external_function_; } function in class:v8::internal::Redirection [all...] |