Searched refs:__foo (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | weak-definition-in-main-file.s | 12 # PREFER-DIRECT-OBJECT-NOT: O __TEXT,weak __foo 23 .weak_definition __foo 24 .globl __foo 25 __foo: label 31 .globl __foo 32 .weak_definition __foo 33 __foo: label 38 # This pulls in weakfoo.a due to the __baz undef, but __foo should 41 callq __foo
|
| H A D | sectalign.s | 26 # RUN: %lld -dylib -o %t %t.o -rename_section __TEXT __text __TxT __foo \ 27 # RUN: -sectalign __TxT __foo 0x40 29 # RUN: | FileCheck -DSECT=__foo -DSEG=__TxT -DALIGN=6 %s
|
| H A D | x86-64-reloc-signed.s | 8 # CHECK: __foo {{[0-9a-f]+}} [[#%x,FOO:]] DATA 72 .section __DATA,__foo 76 ## This symbol exists in order to split __foo into two subsections, thereby
|
| H A D | dead-strip.s | 452 .section __DATA,__foo,regular,no_dead_strip
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | interconnected-lazy.s | 8 ## foo and __foo are interconnected and defined in two lazy object files. 10 # RUN: ld.lld -y a -y foo -y __foo %t/main.o --start-lib %t/a.o %t/b.o --end-lib -o /dev/null | Fil… 14 # CHECK-NEXT: a.o: lazy definition of __foo 16 # CHECK-NEXT: b.o: definition of __foo 31 .weak __foo 32 __foo: label 41 .weak __foo 42 __foo: label
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dbg-i128-const.ll | 7 define i128 @__foo(i128 %a, i128 %b) nounwind !dbg !3 { 22 !3 = distinct !DISubprogram(name: "__foo", linkageName: "__foo", line: 26, isLocal: false, isDefini…
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | add-multiple-sections.test | 8 # RUN: llvm-objcopy --add-section __TEXT,__foo=%t.foo.data %t %t.foo.1 14 # RUN: llvm-objcopy --add-section __TEXT,__foo=%t.foo.data --add-section __TEXT,__bar=%t.bar.data %… 19 # RUN: llvm-objcopy --add-section __FOO,__foo=%t.foo.data --add-section __BAR,__bar=%t.bar.data %t … 85 # CASE1-NEXT: Name: __foo (5F 5F 66 6F 6F 00 00 00 00 00 00 00 00 00 00 00) 150 # CASE3-NEXT: Name: __foo (5F 5F 66 6F 6F 00 00 00 00 00 00 00 00 00 00 00)
|
| H A D | relocations.test | 8 # RUN: llvm-objcopy --remove-section=__DATA,__foo %t %t3 52 - sectname: __foo
|
| H A D | dump-section.test | 20 # RUN: not llvm-objcopy --dump-section __TEXT,__foo=%t.no-such-section %t 2>&1 \ 22 # NO-SUCH-SECTION: error: '[[INPUT]]': section '__TEXT,__foo' not found
|
| H A D | remove-section.test | 63 # RUN: llvm-objcopy --remove-section __TEXT,__foo %t %t4
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | pragma-weak.c | 45 #pragma weak foo = __foo 46 void __foo(void) {} in __foo() function
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | reserved-identifier-c.c | 8 void __foo(void);
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | cu-ranges.ll | 20 define i32 @foo(i32 %a) #0 section "__TEXT,__foo" !dbg !4 {
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MSP430/ |
| H A D | cu-ranges.ll | 23 define i32 @foo(i32 %a) #0 section "__TEXT,__foo" !dbg !4 {
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | thumb1-varalloc.ll | 12 ; CHECK-LABEL: __foo{{>?}}:
|