| /llvm-project-15.0.7/lld/test/wasm/Inputs/ |
| H A D | import-attributes.s | 3 .globl call_foo 4 call_foo: label 5 .functype call_foo () -> ()
|
| H A D | sig_mismatch.s | 8 .globl call_foo 9 call_foo: label 10 .functype call_foo () -> (i32)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc32-pic.ll | 7 declare i32 @call_foo(i32, ...) 12 …%call = call i32 (i32, ...) @call_foo(i32 %0, i32 0, i32 1, i32 2, i32 4, i32 8, i32 16, i32 32, i… 29 ; SMALL: bl call_foo@PLT{{$}}
|
| H A D | ppc32-pic-large.ll | 15 declare i32 @call_foo(i32, ...) 20 …%call = call i32 (i32, ...) @call_foo(i32 %0, i32 0, i32 1, i32 2, i32 4, i32 8, i32 16, i32 32, i… 50 ; LARGE-SECUREPLT: bl call_foo@PLT+32768
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | mix-opaque-typed.ll | 5 ; RUN: -r %t-typed.bc,call_foo,px -r %t-typed.bc,foo,l \ 14 define i64 @call_foo(i64* %p) { 15 ; CHECK-LABEL: define i64 @call_foo(ptr nocapture readonly %p) local_unnamed_addr #0 {
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/ |
| H A D | musttail.ll | 11 define i32 @call_foo(i32* %a) sanitize_address { 18 ; CHECK-LABEL: define i32 @call_foo(i32* %a)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | TailDuplication-convergent.ll | 29 ; CHECK: .func call_foo 32 define void @call_foo(i32* %a, i32* %b, i1 %cond, i1 %cond2) nounwind {
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | signature-mismatch-relocatable.s | 39 # CHECK-NEXT: Name: call_foo 57 # CHECK-NEXT: Name: call_foo
|
| H A D | import-attribute-mismatch.s | 3 # RUN: not wasm-ld --export call_foo --allow-undefined -o %t.wasm %t1.o %t2.o 2>&1 | FileCheck %s
|
| /llvm-project-15.0.7/llvm/test/Transforms/SafeStack/X86/ |
| H A D | musttail.ll | 10 define i32 @call_foo(i32* %a) safestack { 11 ; CHECK-LABEL: @call_foo(
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | microsoft-abi-arg-order.cpp | 34 void call_foo() { in call_foo() function
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | init_fini_sections.cpp | 21 void (*call_foo)(void) = &foo; variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | add-prototypes-opaque-ptrs.ll | 12 ; CHECK-LABEL: @call_foo 14 define void @call_foo(i32 %a) {
|
| H A D | add-prototypes.ll | 12 ; CHECK-LABEL: @call_foo 14 define void @call_foo(i32 %a) {
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | fixed-expansion.cpp | 72 void call_foo(Foo<int, float> foo_if, Foo<int> foo_i) { in call_foo() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/ |
| H A D | sink-common-code.ll | 1384 ; CHECK: call_foo: 1393 br i1 %c, label %call_foo, label %call_bar 1395 call_foo: 1414 br i1 %c, label %call_foo, label %call_bar 1416 call_foo:
|