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 ---------------------------------------------------===//
27 /** \class TargetRegistry
28 * \brief TargetRegistry is an object adapter of llvm::TargetRegistry
30 class TargetRegistry {
124 TargetRegistry::iterator target, ie = TargetRegistry::end();
125 for (target = TargetRegistry::begin(); target != ie; ++target) {
130 TargetRegistry::RegisterTarget(pTarget, pName, &getTripleMatchQuality);
  /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.
85 /// will be zero initialized), and pass that instance to the TargetRegistry as
89 friend struct TargetRegistry;
165 /// TargetRegistry.
544 /// TargetRegistry - Generic interface to target specific features.
545 struct TargetRegistry {
549 friend struct TargetRegistry;
    [all...]

Completed in 90 milliseconds