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

  /frameworks/compile/mclinker/lib/Support/
TargetRegistry.cpp 20 mcld::TargetRegistry::lookupTarget(const llvm::Target &pTarget)
34 mcld::TargetRegistry::lookupTarget(const std::string &pTriple,
37 const llvm::Target* target = llvm::TargetRegistry::lookupTarget(pTriple, pError);
41 return lookupTarget( *target );
  /external/llvm/lib/Support/
TargetRegistry.cpp 26 const Target *TargetRegistry::lookupTarget(const std::string &ArchName,
55 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), TempError);
67 const Target *TargetRegistry::lookupTarget(const std::string &TT,
128 const Target *TheTarget = lookupTarget(sys::getDefaultTargetTriple(), Error);

Completed in 547 milliseconds