| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | aarch64-gnu-ifunc-nonpreemptable.s | 16 .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 D | aarch64-gnu-ifunc-address.s | 11 .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 D | aarch64-gnu-ifunc2.s | 10 # 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 D | main.cpp | 34 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 D | R_ABS.pic.lld.cpp | 13 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 D | edata.s | 14 # CHECK-NEXT: Name: myfunc 24 .globl myfunc 25 myfunc: label 54 .rva myfunc
|
| H A D | arm64-localimport-align.s | 8 .globl myfunc 14 myfunc: label
|
| H A D | includeoptional-export.s | 29 .global myfunc 30 myfunc: label
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/ |
| H A D | static-assert.cpp | 23 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 D | bug52821-use-after-free.ll | 6 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 D | block-literal.c | 58 void myfunc(int (^block)(int)) {} 65 myfunc(^(int abcd) { in test5()
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | srol-bug.test | 5 CHECK: Binary Function "myfunc" after disassembly { 25 CHECK: Binary Function "myfunc" after finalize-functions {
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | rewrite-block-literal.mm | 54 void myfunc(int (^block)(int)) {} function 61 myfunc(^(int abcd) {
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | cxx-friend.cpp | 41 friend void myfunc();
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | ignore_lib4.cpp | 28 extern "C" void myfunc() { in myfunc() function
|
| /llvm-project-15.0.7/bolt/test/X86/Inputs/ |
| H A D | srol-bug-input.yaml | 33 - Name: myfunc
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | vector.m | 55 int myfunc(I *i2) { function
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | dllexport.cpp | 107 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 D | unwind.test | 210 - Name: myfunc
|