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 = 0 |
|
static |
Definition at line 138 of file TargetRegistry.cpp.
Referenced by llvm::TargetRegistry::printRegisteredTargetsForVersion().
|
static |
Definition at line 20 of file TargetRegistry.cpp.
Referenced by llvm::TargetRegistry::begin(), and llvm::TargetRegistry::RegisterTarget().