OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileCheck
(Results
1 - 25
of
119
) sorted by null
1
2
3
4
5
/external/llvm/utils/FileCheck/
Makefile
1
##===- utils/
FileCheck
/Makefile ----------------------------*- Makefile -*-===##
11
TOOLNAME =
FileCheck
/external/llvm/test/MC/AsmParser/
directive_file.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s |
FileCheck
%s
dollars-in-identifiers.s
2
# RUN:
FileCheck
< %t %s
directive_subsections_via_symbols.s
1
# RUN: llvm-mc -triple i386-apple-darwin9 %s |
FileCheck
%s
conditional_asm.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s -I %p |
FileCheck
%s
directive_thread_init_func.s
1
# RUN: llvm-mc -triple x86_64-unknown-darwin %s |
FileCheck
%s
directive_darwin_section.s
1
# RUN: llvm-mc -triple i386-apple-darwin9 %s |
FileCheck
%s
directive_tbss.s
1
# RUN: llvm-mc -triple x86_64-unknown-darwin %s |
FileCheck
%s
assignment.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s |
FileCheck
%s
directive_abort.s
2
# RUN:
FileCheck
-input-file %t %s
directive_align.s
1
# RUN: llvm-mc -triple i386-apple-darwin9 %s |
FileCheck
%s
directive_comm.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s |
FileCheck
%s
directive_desc.s
1
# RUN: llvm-mc -triple i386-apple-darwin9 %s |
FileCheck
%s
directive_elf_size.s
1
# RUN: llvm-mc -triple i386-pc-linux-gnu %s |
FileCheck
%s
directive_fill.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s |
FileCheck
%s
directive_include.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s -I %p |
FileCheck
%s
directive_org.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s |
FileCheck
%s
directive_set.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s |
FileCheck
%s
directive_space.s
1
# RUN: llvm-mc -triple i386-apple-darwin %s |
FileCheck
%s
directive_symbol_attrs.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s |
FileCheck
%s
/external/llvm/test/MC/ARM/
arm_word_directive.s
1
@ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown %s |
FileCheck
%s
reg-list.s
1
@ RUN: llvm-mc -triple thumb-apple-darwin10 -show-encoding < %s 2> %t |
FileCheck
%s
2
@ RUN:
FileCheck
--check-prefix=CHECK-WARNINGS < %t %s
neont2-absdiff-encoding.s
1
@ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s |
FileCheck
%s
/external/llvm/test/MC/X86/
x86_directives.s
1
# RUN: llvm-mc -triple i386-unknown-unknown %s |
FileCheck
%s
/external/llvm/test/MC/ELF/
elf_directive_previous.s
1
# RUN: llvm-mc -triple i386-pc-linux-gnu %s |
FileCheck
%s
Completed in 81 milliseconds
1
2
3
4
5