klee
OptionCategories.h
Go to the documentation of this file.
1//===-- OptionCategories.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/*
11 * This header defines the option categories used in KLEE.
12 */
13
14#ifndef KLEE_OPTIONCATEGORIES_H
15#define KLEE_OPTIONCATEGORIES_H
16
17#include "llvm/Support/CommandLine.h"
18
19namespace klee {
20 extern llvm::cl::OptionCategory DebugCat;
21 extern llvm::cl::OptionCategory MergeCat;
22 extern llvm::cl::OptionCategory MiscCat;
23 extern llvm::cl::OptionCategory ModuleCat;
24 extern llvm::cl::OptionCategory SeedingCat;
25 extern llvm::cl::OptionCategory SolvingCat;
26 extern llvm::cl::OptionCategory TerminationCat;
27 extern llvm::cl::OptionCategory TestGenCat;
28}
29
30#endif /* KLEE_OPTIONCATEGORIES_H */
Definition: main.cpp:291
llvm::cl::OptionCategory TestGenCat
llvm::cl::OptionCategory MergeCat
llvm::cl::OptionCategory MiscCat
llvm::cl::OptionCategory SeedingCat
llvm::cl::OptionCategory SolvingCat
llvm::cl::OptionCategory ModuleCat
llvm::cl::OptionCategory TerminationCat
llvm::cl::OptionCategory DebugCat