HomeSort by: relevance | last modified time | path
    Searched refs:FileCheck (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMFileCheck/
Makefile 7 .PATH: ${LLVM_SRCDIR}/lib/FileCheck
9 SRCS+= FileCheck.cpp
  /src/external/apache2/llvm/dist/llvm/bindings/go/
build.sh 22 ninja -C $llvm_builddir $llvm_buildtargets FileCheck
  /src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
FileCheck.h 1 //==-- llvm/FileCheck/FileCheck.h --------------------------------*- C++ -*-==//
9 /// \file This file has some utilities to use FileCheck as an API
26 /// Contains info about various FileCheck options.
109 /// Summary of a FileCheck diagnostic.
111 /// What is the FileCheck directive for this diagnostic?
113 /// Where is the FileCheck directive for this diagnostic?
175 /// FileCheck class takes the request and exposes various methods that
177 class FileCheck {
184 explicit FileCheck(FileCheckRequest Req)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
update_analyze_test_checks.py 3 """A script to generate FileCheck statements for 'opt' analysis tests.
6 FileCheck patterns. It can either update all of the tests in the file or
13 1. Make a compiler patch that requires updating some number of FileCheck lines
17 Example: "; RUN: opt < %s -analyze -cost-model -S | FileCheck %s"
18 4. Refresh the FileCheck lines for either the entire file or select functions by
95 if not filecheck_cmd.startswith('FileCheck '):
122 common.debug('Extracted FileCheck prefixes:', str(prefixes), file=sys.stderr)
135 common.debug('Rewriting FileCheck prefixes:', str(prefix_set), file=sys.stderr)
update_test_checks.py 3 """A script to generate FileCheck statements for 'opt' regression tests.
6 FileCheck patterns. It can either update all of the tests in the file or
13 1. Make a compiler patch that requires updating some number of FileCheck lines
17 Example: "; RUN: opt < %s -instcombine -S | FileCheck %s"
18 4. Refresh the FileCheck lines for either the entire file or select functions by
95 if not filecheck_cmd.startswith('FileCheck '):
120 common.debug('Extracted FileCheck prefixes: ' + str(prefixes))
133 common.debug('Rewriting FileCheck prefixes:', str(prefix_set))
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp 1 //===- FileCheck.cpp - Check that File's Contents match what is expected --===//
9 // FileCheck does a line-by line check of a file that validates whether it
12 // This file implements most of the API that will be used by the FileCheck utility
16 #include "llvm/FileCheck/FileCheck.h"
131 // Both the FileCheck utility and library only call this method with a valid
465 // FileCheck input canonicalization.
1574 StringRef FileCheck::CanonicalizeFile(MemoryBuffer &MB,
1850 FileCheck::FileCheck(FileCheckRequest Req
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 1 //===- FileCheck.cpp - Check that File's Contents match what is expected --===//
9 // FileCheck does a line-by line check of a file that validates whether it
18 #include "llvm/FileCheck/FileCheck.h"
54 "feature is meant for non-LIT test suites using FileCheck."));
111 cl::desc("Print information helpful in diagnosing internal FileCheck\n"
179 errs() << "FileCheck command line: ";
239 << "explain the input dump printed by FileCheck.\n"
545 // iterating input lines in the implementation below. FileCheck
550 // 2. Sort annotations in the temporal order FileCheck produce
    [all...]

Completed in 24 milliseconds