Lines Matching full:text

18 ; RUN: llvm-objdump --no-print-imm-hex -d %T/comdat-main.exe | FileCheck --check-prefix=TEXT-11 %s
21 ; RUN: llvm-objdump --no-print-imm-hex -d %T/comdat-main.exe | FileCheck --check-prefix=TEXT-11 %s
28 ; RUN: llvm-objdump --no-print-imm-hex -d %T/comdat-main.exe | FileCheck --check-prefix=TEXT-01 %s
31 ; RUN: llvm-objdump --no-print-imm-hex -d %T/comdat-main.exe | FileCheck --check-prefix=TEXT-01 %s
38 ; RUN: llvm-objdump --no-print-imm-hex -d %T/comdat-main.exe | FileCheck --check-prefix=TEXT-10 %s
41 ; RUN: llvm-objdump --no-print-imm-hex -d %T/comdat-main.exe | FileCheck --check-prefix=TEXT-10 %s
44 ; TEXT-11: Disassembly of section .text:
45 ; TEXT-11-EMPTY:
46 ; TEXT-11-NEXT: <.text>:
47 ; TEXT-11-NEXT: xorl %eax, %eax
48 ; TEXT-11-NEXT: retq
51 ; TEXT-01: Disassembly of section .text:
52 ; TEXT-01-EMPTY:
53 ; TEXT-01-NEXT: <.text>:
54 ; TEXT-01-NEXT: subq $40, %rsp
55 ; TEXT-01-NEXT: callq 0x140001020
56 ; TEXT-01-NEXT: callq 0x140001020
57 ; TEXT-01-NEXT: callq 0x140001020
58 ; TEXT-01-NEXT: xorl %eax, %eax
59 ; TEXT-01-NEXT: addq $40, %rsp
60 ; TEXT-01: retq
61 ; TEXT-01-NOT: callq
62 ; TEXT-01: retq
63 ; TEXT-01: int3
64 ; TEXT-01: int3
65 ; TEXT-01: int3
66 ; TEXT-01-NOT: {{.}}
69 ; TEXT-10: Disassembly of section .text:
70 ; TEXT-10-EMPTY:
71 ; TEXT-10-NEXT: <.text>:
72 ; TEXT-10-NEXT: subq $40, %rsp
73 ; TEXT-10-NEXT: callq 0x140001040
74 ; TEXT-10-NEXT: nop
75 ; TEXT-10-NEXT: addq $40, %rsp
76 ; TEXT-10-NEXT: retq
77 ; TEXT-10-NEXT: int3
78 ; TEXT-10-NEXT: subq $40, %rsp
79 ; TEXT-10-NEXT: callq 0x140001040
80 ; TEXT-10-NEXT: nop
81 ; TEXT-10-NEXT: addq $40, %rsp
82 ; TEXT-10-NEXT: retq
83 ; TEXT-10-NEXT: int3
84 ; TEXT-10-NEXT: subq $40, %rsp
85 ; TEXT-10-NEXT: callq 0x140001000
86 ; TEXT-10-NEXT: callq 0x140001010
87 ; TEXT-10-NEXT: xorl %eax, %eax
88 ; TEXT-10-NEXT: addq $40, %rsp
89 ; TEXT-10-NEXT: retq
90 ; TEXT-10-NOT: callq
91 ; TEXT-10: retq
92 ; TEXT-10-NOT: {{.}}