LLVM API Documentation
#include "llvm/Support/TargetRegistry.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Host.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <vector>
Go to the source code of this file.
Functions | |
| static int | TargetArraySortFn (const std::pair< StringRef, const Target * > *LHS, const std::pair< StringRef, const Target * > *RHS) |
Variables | |
| static Target * | FirstTarget = nullptr |
| static int TargetArraySortFn | ( | const std::pair< StringRef, const Target * > * | LHS, |
| const std::pair< StringRef, const Target * > * | RHS | ||
| ) | [static] |
Definition at line 119 of file TargetRegistry.cpp.
Referenced by llvm::TargetRegistry::printRegisteredTargetsForVersion().
Target* FirstTarget = nullptr [static] |
Definition at line 20 of file TargetRegistry.cpp.
Referenced by llvm::TargetRegistry::begin(), and llvm::TargetRegistry::RegisterTarget().