Home
last modified time | relevance | path

Searched refs:_Z3foov (Results 1 – 25 of 168) sorted by relevance

1234567

/external/llvm-project/lld/test/ELF/
Dgc-sections-lsda.s7 # RUN: ld.lld --gc-sections --print-gc-sections -u _Z3foov %t.o -o /dev/null | \
21 # RUN: ld.lld --gc-sections --print-gc-sections -u _Z3foov -u _Z6comdatv %t.o -o /dev/null | \
26 .section .text._Z3foov,"ax",@progbits
27 .globl _Z3foov symbol
28 _Z3foov: label
42 .section .gcc_except_table._Z3foov,"a",@progbits
/external/elfutils/tests/
Drun-addr2line-i-test.sh123 foobar inlined at /tmp/x.cpp:15 in _Z3foov
127 _Z3foov
129 fubar inlined at /tmp/x.cpp:20 in _Z3foov
133 _Z3foov
172 foobar inlined at /tmp/x.cpp:15 in _Z3foov
176 _Z3foov
179 fubar inlined at /tmp/x.cpp:20 in _Z3foov
183 _Z3foov
212 (inlined by) _Z3foov at /tmp/x.cpp:25
215 (inlined by) _Z3foov at /tmp/x.cpp:26
Drun-addr2line-i-lex-test.sh61 foobar inlined at /tmp/x.cpp:12 in _Z3foov
63 _Z3foov
65 foobar inlined at /tmp/x.cpp:12 in _Z3foov
67 _Z3foov
/external/llvm-project/llvm/test/ThinLTO/X86/
Dwriteonly-with-refs.ll5 ; RUN: -r=%t1,_Z3foov,l \
6 ; RUN: -r=%t2,_Z3foov,pl \
19 ; RUN: -r=%t1,_Z3foov,l \
20 ; RUN: -r=%t2,_Z3foov,pl \
34 tail call void @_Z3foov()
38 declare dso_local void @_Z3foov() local_unnamed_addr
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/
Ddemangle.s18 .globl _Z3foov symbol
19 .type _Z3foov,@function
20 _Z3foov: label
21 callq _Z3foov@PLT
Ddisassemble-functions-mangling.test7 # RUN: llvm-objdump --disassemble-symbols=_Z3foov %t.o | FileCheck %s --check-prefix=MANGLED
16 # RUN: llvm-objdump -C --disassemble-symbols='_Z3foov' %t.o 2>&1 \
22 # MANGLED: <_Z3foov>:
26 # DEMANGLED-MISS: warning: '{{.*}}': failed to disassemble missing symbol _Z3foov
47 - Name: _Z3foov
/external/llvm-project/llvm/test/CodeGen/X86/
Dlrshrink.ll31 ; CHECK-NEXT: callq _Z3foov
34 ; CHECK-NEXT: callq _Z3foov
37 ; CHECK-NEXT: callq _Z3foov
59 %1 = tail call i32 @_Z3foov()
61 %3 = tail call i32 @_Z3foov()
63 %5 = tail call i32 @_Z3foov()
76 declare i32 @_Z3foov()
Dbasic-block-sections-labels-functions-sections.ll16 define dso_local i32 @_Z3foov() {
20 ; CHECK: .section .text._Z3foov,"ax",@progbits
21 ; CHECK-LABEL: _Z3foov:
23 ; CHECK: .section .llvm_bb_addr_map,"o",@llvm_bb_addr_map,.text._Z3foov{{$}}
Ddbg-line-0-no-discriminator.ll5 call void @_Z3foov(), !dbg !9
6 call void @_Z3foov() ; no !dbg, so will be marked as line 0
10 declare void @_Z3foov()
Dstack-size-section-function-sections.ll9 ; UNIQ: .section .text._Z3foov,"ax",@progbits{{$}}
10 ; UNIQ: .section .stack_sizes,"o",@progbits,.text._Z3foov{{$}}
28 define dso_local i32 @_Z3foov() {
Dbasic-block-sections-listbb.ll20 %9 = call i32 @_Z3foov()
29 declare i32 @_Z3foov() #1
41 ; LINUX-SECTIONS-NEXT: callq _Z3foov
/external/llvm/test/Transforms/GCOVProfiling/
Dlinkagename.ll4 ; RUN: grep _Z3foov %T/linkagename.gcno
8 ; RUN: grep _Z3foov %T/linkagename.gcno
11 define void @_Z3foov() !dbg !5 {
24 !5 = distinct !DISubprogram(name: "foo", linkageName: "_Z3foov", line: 1, isLocal: false, isDefinit…
/external/llvm-project/llvm/test/Transforms/GCOVProfiling/
Dlinkagename.ll5 ; RUN: grep _Z3foov %t/linkagename.gcno
9 ; RUN: grep _Z3foov %t/linkagename.gcno
12 define void @_Z3foov() !dbg !5 {
25 !5 = distinct !DISubprogram(name: "foo", linkageName: "_Z3foov", line: 1, isLocal: false, isDefinit…
Dthree-element-mdnode.ll5 ; RUN: grep _Z3foov %t/aaa.gcno
9 define void @_Z3foov() !dbg !5 {
22 !5 = distinct !DISubprogram(name: "foo", linkageName: "_Z3foov", line: 1, virtualIndex: 6, flags: D…
Dglobal-ctor.ll13 ; CHECK: call i32 @_Z3foov()
15 %call = call i32 @_Z3foov(), !dbg !9
20 declare i32 @_Z3foov()
/external/llvm-project/llvm/test/Transforms/CodeExtractor/
Dlive_shrink_gep.ll9 define void @_Z3foov() local_unnamed_addr {
45 ; CHECK: call void @_Z3foov.1.
46 tail call void @_Z3foov()
50 ; CHECK-LABEL: define internal void @_Z3foov.1.
Dlive_shrink.ll8 define void @_Z3foov() local_unnamed_addr {
44 ; CHECK: call void @_Z3foov.1.
46 tail call void @_Z3foov()
50 ; CHECK-LABEL: define internal void @_Z3foov.1.
/external/llvm-project/llvm/test/MC/Mips/
Dmicromips-ase-directive.s6 .ent _Z3foov
7 _Z3foov: label
/external/llvm/test/Transforms/DeadArgElim/
Dlinkage.ll8 call void @_Z3foov()
12 declare void @_Z3foov()
/external/llvm-project/llvm/test/Transforms/DeadArgElim/
Dlinkage.ll8 call void @_Z3foov()
12 declare void @_Z3foov()
/external/llvm-project/llvm/test/tools/llvm-xray/ARM/
Dextract-instrmap.test76 Symbol: _Z3foov
79 Symbol: _Z3foov
114 - Name: _Z3foov
143 …: 0x12B0, function: 0x12B0, kind: function-enter, always-instrument: true, function-name: _Z3foov }
144 …s: 0x12CC, function: 0x12B0, kind: function-exit, always-instrument: true, function-name: _Z3foov }
/external/llvm/test/Transforms/Inline/
Dstore-sroa.ll14 define void @_Z3foov() #0 {
15 ; CHECK-LABEL: @_Z3foov(
/external/llvm-project/llvm/test/Transforms/Inline/
Dstore-sroa.ll14 define void @_Z3foov() #0 {
15 ; CHECK-LABEL: @_Z3foov(
/external/llvm-project/clang/test/Modules/
Dcodegen-opt.test16 FOO: $_Z3foov = comdat any
23 FOO: define weak_odr void @_Z3foov() #{{[0-9]+}} comdat
48 BAR: declare void @_Z3foov()
50 BAR-OPT: define available_externally void @_Z3foov()
66 USE-OPT: define available_externally void @_Z3foov()
/external/llvm-project/llvm/test/Verifier/
Dunique-disubprogram.ll2 define i32 @_Z3foov() local_unnamed_addr !dbg !9 {
15 !9 = !DISubprogram(name: "foo", linkageName: "_Z3foov", scope: !6, file: !6, line: 2, type: !11, fl…

1234567