HomeSort by relevance Sort by last modified time
    Searched refs:lookupTarget (Results 26 - 34 of 34) sorted by null

12

  /external/llvm/tools/sancov/
sancov.cc 258 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 444 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error);
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 506 TheTarget = llvm::TargetRegistry::lookupTarget(TT, Error);
  /external/llvm/tools/gold/
gold-plugin.cpp 767 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
  /frameworks/compile/slang/
slang_backend.cpp 132 llvm::TargetRegistry::lookupTarget(Triple, Error);
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 170 if (!mcld::TargetRegistry::lookupTarget(prefix, ignored_error))
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 283 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple,
    [all...]
MachODump.cpp 156 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
160 *ThumbTarget = TargetRegistry::lookupTarget(ThumbTripleName, Error);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 580 TargetRegistry::lookupTarget(TripleName, TheTriple, ErrorStr);
    [all...]

Completed in 1137 milliseconds

12