LLVM
8.0.1
|
#include "llvm/Support/TargetRegistry.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.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 |
Definition at line 113 of file TargetRegistry.cpp.
Referenced by llvm::TargetRegistry::printRegisteredTargetsForVersion().
|
static |
Definition at line 19 of file TargetRegistry.cpp.
Referenced by llvm::TargetRegistry::RegisterTarget().