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

  /external/llvm/lib/Support/
TargetRegistry.cpp 91 void TargetRegistry::RegisterTarget(Target &T,
  /frameworks/compile/mclinker/lib/Support/
TargetRegistry.cpp 18 void TargetRegistry::RegisterTarget(Target& pTarget,
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 45 /// RegisterTarget - Register the given target. Attempts to register a
53 static void RegisterTarget(Target& pTarget,
111 /// RegisterTarget - Helper function for registering a target, for use in the
117 /// RegisterTarget<llvm::Foo> X(TheFooTarget, "foo", "Foo description");
120 struct RegisterTarget {
122 RegisterTarget(mcld::Target& pTarget, const char* pName) {
130 TargetRegistry::RegisterTarget(pTarget, pName, &getTripleMatchQuality);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 618 /// RegisterTarget - Register the given target. Attempts to register a
632 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]

Completed in 403 milliseconds