Home
last modified time | relevance | path

Searched refs:foo_alias (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/TableGen/
H A DMnemonicAlias.td35 // Check that applyMnemonicAliases maps "foo_alias" to "foo" once only and
38 // CHECK: if (memcmp(Mnemonic.data()+0, "foo_alias", 9) != 0)
40 // CHECK-NEXT: Mnemonic = "foo"; // "foo_alias"
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dpr9614.c3 extern void foo_alias (void) __asm ("foo");
5 return foo_alias (); in foo()
/llvm-project-15.0.7/llvm/test/MC/WebAssembly/
H A Dweak-alias.s8 .functype foo_alias () -> (i32)
28 call foo_alias
65 .int32 foo_alias
71 .set foo_alias, foo define
72 .weak foo_alias
73 .type foo_alias,@function
74 .hidden foo_alias
195 # CHECK-NEXT: Name: foo_alias
368 # REF-NEXT: Name: foo_alias
429 # CHECK-SYMS-NEXT: 00000001 gw F CODE .hidden foo_alias
/llvm-project-15.0.7/clang/test/Index/
H A Dusrs.cpp58 namespace foo_alias = foo;
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dindirect-call.ll185 call void @foo_alias(), !dbg !23
189 @foo_alias = alias void (), ptr @foo_direct
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dobjsize-address-space.ll36 define i32 @foo_alias() nounwind {