HomeSort by relevance Sort by last modified time
    Searched defs:TargetRegistry (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 1 //===- TargetRegistry.h ---------------------------------------------------===//
26 /** \class TargetRegistry
27 * \brief TargetRegistry is an object adapter of llvm::TargetRegistry
29 class TargetRegistry
149 TargetRegistry::iterator target, ie = TargetRegistry::end();
150 for (target = TargetRegistry::begin(); target != ie; ++target) {
155 TargetRegistry::RegisterTarget(pTarget, pName, &getTripleMatchQuality);
177 TargetRegistry::RegisterTargetMachine(T, &Allocator)
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 1 //===-- Support/TargetRegistry.h - Target Registration ----------*- C++ -*-===//
10 // This file exposes the TargetRegistry interface, which tools can use to access
15 // appropriate TargetRegistry interfaces.
74 /// will be zero initialized), and pass that instance to the TargetRegistry as
78 friend struct TargetRegistry;
155 /// TargetRegistry.
496 /// TargetRegistry - Generic interface to target specific features.
497 struct TargetRegistry {
501 friend struct TargetRegistry;
    [all...]

Completed in 68 milliseconds