LLVM 17.0.0git
|
#include "llvm/MC/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 112 of file TargetRegistry.cpp.
Referenced by llvm::TargetRegistry::printRegisteredTargetsForVersion().
|
static |
Definition at line 18 of file TargetRegistry.cpp.
Referenced by INITIALIZE_PASS(), llvm::TargetRegistry::RegisterTarget(), and llvm::TargetRegistry::targets().