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

  /frameworks/compile/mclinker/lib/Support/
TargetRegistry.cpp 18 void TargetRegistry::RegisterTarget(Target& pTarget,
  /external/llvm/lib/Support/
TargetRegistry.cpp 96 void TargetRegistry::RegisterTarget(Target &T,
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 45 /// RegisterTarget - Register the given target. Attempts to register a
53 static void RegisterTarget(Target& pTarget,
135 /// RegisterTarget - Helper function for registering a target, for use in the
141 /// RegisterTarget<llvm::Foo> X(TheFooTarget, "foo", "Foo description");
144 struct RegisterTarget
147 RegisterTarget(mcld::Target &pTarget, const char* pName) {
155 TargetRegistry::RegisterTarget(pTarget, pName, &getTripleMatchQuality);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 572 /// RegisterTarget - Register the given target. Attempts to register a
586 static void RegisterTarget(Target &T,
    [all...]

Completed in 930 milliseconds