Searched refs:call_foo (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc32-pic.ll | 4 declare i32 @call_foo(i32, ...) 9 …%call = call i32 (i32, ...) @call_foo(i32 %0, i32 0, i32 1, i32 2, i32 4, i32 8, i32 16, i32 32, i… 23 ; SMALL-BSS: bl call_foo@PLT
|
D | ppc32-pic-large.ll | 4 declare i32 @call_foo(i32, ...) 9 …%call = call i32 (i32, ...) @call_foo(i32 %0, i32 0, i32 1, i32 2, i32 4, i32 8, i32 16, i32 32, i…
|
/external/elfutils/tests/ |
D | run-readelf-dwz-multi.sh | 213 low_pc (addr) +0x0000000000000670 <call_foo> 225 low_pc (addr) +0x0000000000000670 <call_foo> 253 low_pc (addr) +0x0000000000000670 <call_foo> 265 low_pc (addr) +0x0000000000000670 <call_foo>
|
D | run-allfcts-multi.sh | 26 /home/mark/src/tests/dwz/shared.c:3:call_foo
|
/external/llvm/test/CodeGen/NVPTX/ |
D | TailDuplication-convergent.ll | 28 ; CHECK: .func call_foo 31 define void @call_foo(i32* %a, i32* %b, i1 %cond, i1 %cond2) nounwind {
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | init_fini_sections.cc | 14 void (*call_foo)(void) = &foo; variable
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-arg-order.cpp | 34 void call_foo() { in call_foo() function
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | fixed-expansion.cpp | 72 void call_foo(Foo<int, float> foo_if, Foo<int> foo_i) { in call_foo() function
|