Home
last modified time | relevance | path

Searched refs:myfunc (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-gnu-ifunc-nonpreemptable.s16 .globl myfunc
17 .type myfunc,@gnu_indirect_function
18 myfunc: label
28 adrp x8, myfunc
29 add x8, x8, :lo12: myfunc
32 ## The address of myfunc is the address of the PLT entry for myfunc.
42 # PDE-NEXT: <myfunc>:
49 ## The adrp to myfunc should generate a PLT entry and a GOT entry with an
64 # PIE-NEXT: <myfunc>:
H A Daarch64-gnu-ifunc-address.s11 .globl myfunc
12 .type myfunc,@gnu_indirect_function
13 myfunc: label
20 adrp x8, :got:myfunc
21 ldr x8, [x8, :got_lo12:myfunc]
24 ## myfunc's got entry = page(0x20330)-page(0x10284) + 0x330 = 65536 + 816
H A Daarch64-gnu-ifunc2.s10 # CHECK-NEXT: <myfunc>:
37 .globl myfunc
38 .type myfunc,@gnu_indirect_function
39 myfunc: label
46 adrp x8, :got:myfunc
47 ldr x8, [x8, :got_lo12:myfunc]
/llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace/
H A Dmain.cpp34 int myfunc (int a);
39 float myfunc (float f) in myfunc() function
57 using Foo::myfunc; // using declaration
88 int Foo::myfunc(int a) in myfunc() function in Foo
115 return Foo::myfunc(12); in main()
/llvm-project-15.0.7/bolt/test/
H A DR_ABS.pic.lld.cpp13 unsigned long long myfunc();
15 unsigned long long (*myglobal)() = myfunc;
17 unsigned long long myfunc() { in myfunc() function
/llvm-project-15.0.7/lld/test/COFF/
H A Dedata.s14 # CHECK-NEXT: Name: myfunc
24 .globl myfunc
25 myfunc: label
54 .rva myfunc
H A Darm64-localimport-align.s8 .globl myfunc
14 myfunc: label
H A Dincludeoptional-export.s29 .global myfunc
30 myfunc: label
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dstatic-assert.cpp23 constexpr bool myfunc(int a, int b) { return a * b == 0; } in myfunc() function
39 assert(myfunc(1, 2)); in doSomething()
55 assert(myfunc(1, 2) && (3 == 4)); in main()
/llvm-project-15.0.7/llvm/test/Transforms/FunctionSpecialization/
H A Dbug52821-use-after-free.ll6 define internal %mystruct* @myfunc(%mystruct* %arg) {
7 ; CHECK-LABEL: @myfunc(
50 ; CHECK-NEXT: [[CALL:%.*]] = call %mystruct* @myfunc(%mystruct* undef)
54 %call = call %mystruct* @myfunc(%mystruct* undef)
/llvm-project-15.0.7/clang/test/Sema/
H A Dblock-literal.c58 void myfunc(int (^block)(int)) {}
65 myfunc(^(int abcd) { in test5()
/llvm-project-15.0.7/bolt/test/X86/
H A Dsrol-bug.test5 CHECK: Binary Function "myfunc" after disassembly {
25 CHECK: Binary Function "myfunc" after finalize-functions {
/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-block-literal.mm54 void myfunc(int (^block)(int)) {} function
61 myfunc(^(int abcd) {
/llvm-project-15.0.7/clang/test/Parser/
H A Dcxx-friend.cpp41 friend void myfunc();
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dignore_lib4.cpp28 extern "C" void myfunc() { in myfunc() function
/llvm-project-15.0.7/bolt/test/X86/Inputs/
H A Dsrol-bug-input.yaml33 - Name: myfunc
/llvm-project-15.0.7/clang/test/Analysis/
H A Dvector.m55 int myfunc(I *i2) { function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport.cpp107 virtual void myfunc() {} in myfunc() function in PR32992::Base
114 void myfunc() {} in myfunc() function in PR32992::Derived2
117 void myfunc() {} in myfunc() function in PR32992::Derived
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dunwind.test210 - Name: myfunc