/external/llvm-project/lld/test/ELF/ |
D | gc-sections-lsda.s | 7 # 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/ |
D | run-addr2line-i-test.sh | 123 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
|
D | run-addr2line-i-lex-test.sh | 61 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/ |
D | writeonly-with-refs.ll | 5 ; 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/ |
D | demangle.s | 18 .globl _Z3foov symbol 19 .type _Z3foov,@function 20 _Z3foov: label 21 callq _Z3foov@PLT
|
D | disassemble-functions-mangling.test | 7 # 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/ |
D | lrshrink.ll | 31 ; 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()
|
D | basic-block-sections-labels-functions-sections.ll | 16 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{{$}}
|
D | dbg-line-0-no-discriminator.ll | 5 call void @_Z3foov(), !dbg !9 6 call void @_Z3foov() ; no !dbg, so will be marked as line 0 10 declare void @_Z3foov()
|
D | stack-size-section-function-sections.ll | 9 ; UNIQ: .section .text._Z3foov,"ax",@progbits{{$}} 10 ; UNIQ: .section .stack_sizes,"o",@progbits,.text._Z3foov{{$}} 28 define dso_local i32 @_Z3foov() {
|
D | basic-block-sections-listbb.ll | 20 %9 = call i32 @_Z3foov() 29 declare i32 @_Z3foov() #1 41 ; LINUX-SECTIONS-NEXT: callq _Z3foov
|
/external/llvm/test/Transforms/GCOVProfiling/ |
D | linkagename.ll | 4 ; 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/ |
D | linkagename.ll | 5 ; 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…
|
D | three-element-mdnode.ll | 5 ; 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…
|
D | global-ctor.ll | 13 ; CHECK: call i32 @_Z3foov() 15 %call = call i32 @_Z3foov(), !dbg !9 20 declare i32 @_Z3foov()
|
/external/llvm-project/llvm/test/Transforms/CodeExtractor/ |
D | live_shrink_gep.ll | 9 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.
|
D | live_shrink.ll | 8 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/ |
D | micromips-ase-directive.s | 6 .ent _Z3foov 7 _Z3foov: label
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | linkage.ll | 8 call void @_Z3foov() 12 declare void @_Z3foov()
|
/external/llvm-project/llvm/test/Transforms/DeadArgElim/ |
D | linkage.ll | 8 call void @_Z3foov() 12 declare void @_Z3foov()
|
/external/llvm-project/llvm/test/tools/llvm-xray/ARM/ |
D | extract-instrmap.test | 76 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/ |
D | store-sroa.ll | 14 define void @_Z3foov() #0 { 15 ; CHECK-LABEL: @_Z3foov(
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | store-sroa.ll | 14 define void @_Z3foov() #0 { 15 ; CHECK-LABEL: @_Z3foov(
|
/external/llvm-project/clang/test/Modules/ |
D | codegen-opt.test | 16 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/ |
D | unique-disubprogram.ll | 2 define i32 @_Z3foov() local_unnamed_addr !dbg !9 { 15 !9 = !DISubprogram(name: "foo", linkageName: "_Z3foov", scope: !6, file: !6, line: 2, type: !11, fl…
|