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

  /external/llvm/lib/Support/
TargetRegistry.cpp 77 if (it->ArchMatchFn(Arch)) {
99 Target::ArchMatchFnTy ArchMatchFn,
101 assert(Name && ShortDesc && ArchMatchFn &&
115 T.ArchMatchFn = ArchMatchFn;
  /external/llvm/include/llvm/Support/
TargetRegistry.h 159 ArchMatchFnTy ArchMatchFn;
583 /// @param ArchMatchFn - The arch match checking function for this target.
589 Target::ArchMatchFnTy ArchMatchFn,
    [all...]

Completed in 589 milliseconds