HomeSort by relevance Sort by last modified time
    Searched refs:lookupTarget (Results 1 - 24 of 24) 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);
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 74 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error);
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 79 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error);
Disassembler.cpp 85 llvm::TargetRegistry::lookupTarget(pTriple, error);
LinkerConfig.cpp 58 mTarget = mcld::TargetRegistry::lookupTarget(mTriple, error);
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 223 /// lookupTarget - Lookup a target based on a llvm::Target.
226 static const mcld::Target *lookupTarget(const llvm::Target& T);
228 /// lookupTarget - function wrapper of llvm::TargetRegistry::lookupTarget
232 static const mcld::Target *lookupTarget(const std::string &Triple,
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompilerDriver.cpp 219 llvm::TargetRegistry::lookupTarget(pTriple, error);
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 42 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error);
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 288 m_pTarget = mcld::TargetRegistry::lookupTarget(m_pConfig->targets().triple().str(), error);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 488 /// lookupTarget - Lookup a target based on a target triple.
493 static const Target *lookupTarget(const std::string &Triple,
496 /// lookupTarget - Lookup a target based on an architecture name
507 static const Target *lookupTarget(const std::string &ArchName,
    [all...]
  /external/llvm/tools/llc/
llc.cpp 231 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple,
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 51 mTarget = mcld::TargetRegistry::lookupTarget(mTriple, error);
  /frameworks/compile/slang/
slang_backend.cpp 120 llvm::TargetRegistry::lookupTarget(Triple, Error);
  /external/clang/tools/driver/
cc1as_main.cpp 267 const Target *TheTarget(TargetRegistry::lookupTarget(Opts.Triple, Error));
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 199 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple,
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 231 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg);
LTOModule.cpp 287 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 329 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error);
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 952 if (!llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError))
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 609 const llvm::Target *TheTarget(llvm::TargetRegistry::lookupTarget(TT, Error));
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 81 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
llvm-objdump.cpp 147 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple,
  /external/llvm/tools/opt/
opt.cpp 528 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple,

Completed in 2336 milliseconds