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

  /external/llvm/lib/Support/
TargetRegistry.cpp 90 void TargetRegistry::RegisterTarget(Target &T,
  /external/swiftshader/third_party/LLVM/lib/Support/
TargetRegistry.cpp 63 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/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 510 /// RegisterTarget - Register the given target. Attempts to register a
525 static void RegisterTarget(Target &T,
770 /// RegisterTarget - Helper template for registering a target, for use in the
777 /// RegisterTarget<Triple::foo> X(TheFooTarget, "foo", "Foo description");
781 struct RegisterTarget {
782 RegisterTarget(Target &T, const char *Name, const char *Desc) {
783 TargetRegistry::RegisterTarget(T, Name, Desc,
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 610 /// RegisterTarget - Register the given target. Attempts to register a
624 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 634 /// RegisterTarget - Register the given target. Attempts to register a
648 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 634 /// RegisterTarget - Register the given target. Attempts to register a
648 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 634 /// RegisterTarget - Register the given target. Attempts to register a
648 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 634 /// RegisterTarget - Register the given target. Attempts to register a
648 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 634 /// RegisterTarget - Register the given target. Attempts to register a
648 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 634 /// RegisterTarget - Register the given target. Attempts to register a
648 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 634 /// RegisterTarget - Register the given target. Attempts to register a
648 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 634 /// RegisterTarget - Register the given target. Attempts to register a
648 static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc,
    [all...]

Completed in 3069 milliseconds