|
LLVM 22.0.0git
|
#include "llvm/MC/TargetRegistry.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/MC/MCAsmBackend.h"#include "llvm/MC/MCCodeEmitter.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCInstPrinter.h"#include "llvm/MC/MCObjectStreamer.h"#include "llvm/MC/MCObjectWriter.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 193 of file TargetRegistry.cpp.
Referenced by llvm::TargetRegistry::printRegisteredTargetsForVersion().
|
static |
Definition at line 24 of file TargetRegistry.cpp.
Referenced by INITIALIZE_PASS(), llvm::TargetRegistry::RegisterTarget(), and llvm::TargetRegistry::targets().