Home
last modified time | relevance | path

Searched refs:global_func (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/BPF/BTF/
H A Dextern-var-func-weak-section.ll5 ; extern int global_func(char c) __attribute__((weak, section("abc")));
7 ; return global_func(0);
15 %call = tail call i32 @global_func(i8 signext 0) #2, !dbg !16
18 declare !dbg !4 extern_weak dso_local i32 @global_func(i8 signext) local_unnamed_addr #1 section "a…
55 ; CHECK-NEXT: .long global_func
68 ; CHECK-NEXT: .ascii "global_func" # string offset=60
84 !4 = !DISubprogram(name: "global_func", scope: !1, file: !1, line: 1, type: !5, flags: DIFlagProtot…
H A Dextern-func-arg.ll5 ; extern int global_func(char arg);
6 ; int test() { return global_func(0); }
13 %call = tail call i32 @global_func(i8 signext 0) #2, !dbg !16
50 ; CHECK: .ascii "global_func" # string offset=60
52 declare !dbg !4 dso_local i32 @global_func(i8 signext) local_unnamed_addr #1
66 !4 = !DISubprogram(name: "global_func", scope: !1, file: !1, line: 1, type: !5, flags: DIFlagProtot…
H A Dextern-var-func-weak.ll5 ; extern int global_func(char c) __attribute__((weak));
7 ; return global_func(0);
15 %call = tail call i32 @global_func(i8 signext 0) #2, !dbg !16
18 declare !dbg !4 extern_weak dso_local i32 @global_func(i8 signext) local_unnamed_addr #1
62 ; CHECK-NEXT: .ascii "global_func" # string offset=60
77 !4 = !DISubprogram(name: "global_func", scope: !1, file: !1, line: 1, type: !5, flags: DIFlagProtot…
H A Dextern-var-func.ll5 ; extern int global_func(char c);
7 ; return global_func(0);
15 %call = tail call i32 @global_func(i8 signext 0) #2, !dbg !16
61 ; CHECK-NEXT: .ascii "global_func" # string offset=60
64 declare !dbg !4 dso_local i32 @global_func(i8 signext) local_unnamed_addr #1
78 !4 = !DISubprogram(name: "global_func", scope: !1, file: !1, line: 1, type: !5, flags: DIFlagProtot…
H A Dextern-var-section.ll5 ; extern int global_func(char c) __attribute__((section("abc")));
8 ; return global_func(0) + ch;
18 %call = tail call i32 @global_func(i8 signext 0) #2, !dbg !19
64 ; CHECK-NEXT: .long global_func
80 ; CHECK-NEXT: .ascii "global_func" # string offset=60
87 declare !dbg !6 dso_local i32 @global_func(i8 signext) local_unnamed_addr #1 section "abc"
103 !6 = !DISubprogram(name: "global_func", scope: !3, file: !3, line: 1, type: !7, flags: DIFlagProtot…
H A Dextern-var-weak-section.ll5 ; extern int global_func(char c) __attribute__((weak, section("abc")));
8 ; return global_func(0) + ch;
17 %call = tail call i32 @global_func(i8 signext 0) #2, !dbg !19
23 declare !dbg !6 extern_weak dso_local i32 @global_func(i8 signext) local_unnamed_addr #1 section "a…
64 ; CHECK-NEXT: .long global_func
80 ; CHECK-NEXT: .ascii "global_func" # string offset=60
101 !6 = !DISubprogram(name: "global_func", scope: !3, file: !3, line: 1, type: !7, flags: DIFlagProtot…
/llvm-project-15.0.7/llvm/test/Object/
H A Dnm-shared-object.test12 # ELF-32: 000001f0 T global_func
26 # ELF-64: 00000000000002f0 T global_func
H A Dobjdump-symbol-table.test86 # ELF-shared: 000001f0 g F .text 00000003 global_func
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dfunction-bitcasts.ll120 @global_func = hidden local_unnamed_addr global void ()* null
125 ; CHECK-NEXT: i32.store global_func($pop[[L0]]), $pop[[L1]]{{$}}
128 store void ()* %1, void ()** @global_func
135 ; CHECK-NEXT: i32.load $push[[L1:[0-9]+]]=, global_func($pop[[L0]]){{$}}
138 %1 = load i32 ()*, i32 ()** bitcast (void ()** @global_func to i32 ()**)
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Dsymbolize-stripped.test4 CHECK: global_func
/llvm-project-15.0.7/llvm/test/Object/Inputs/
H A Dshared.ll23 define i32 @global_func() nounwind uwtable {
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnested-name-spec.cpp156 void global_func(int);
160 …void ::global_func(int) { } // expected-error{{definition or redeclaration of 'global_func' cannot… in global_func() function