klee
PrintVersion.h
Go to the documentation of this file.
1
//===-- PrintVersion.h ------------------------------------------*- C++ -*-===//
2
//
3
// The KLEE Symbolic Virtual Machine
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
10
#ifndef KLEE_PRINTVERSION_H
11
#define KLEE_PRINTVERSION_H
12
13
#include "llvm/Support/raw_ostream.h"
14
15
#include "
klee/Config/Version.h
"
16
17
namespace
klee
{
18
void
printVersion
(llvm::raw_ostream &OS);
19
}
20
21
#endif
/* KLEE_PRINTVERSION_H */
Version.h
klee
Definition:
main.cpp:291
klee::printVersion
void printVersion(llvm::raw_ostream &OS)
Definition:
PrintVersion.cpp:18
include
klee
Support
PrintVersion.h
Generated by
1.9.3