Home
last modified time | relevance | path

Searched refs:call_foo (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dppc32-pic.ll4 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
Dppc32-pic-large.ll4 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/
Drun-readelf-dwz-multi.sh213 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>
Drun-allfcts-multi.sh26 /home/mark/src/tests/dwz/shared.c:3:call_foo
/external/llvm/test/CodeGen/NVPTX/
DTailDuplication-convergent.ll28 ; 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/
Dinit_fini_sections.cc14 void (*call_foo)(void) = &foo; variable
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-arg-order.cpp34 void call_foo() { in call_foo() function
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dfixed-expansion.cpp72 void call_foo(Foo<int, float> foo_if, Foo<int> foo_i) { in call_foo() function