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

1 2

  /frameworks/compile/mclinker/lib/Support/
TargetRegistry.cpp 27 const Target* TargetRegistry::lookupTarget(const std::string& pTriple,
65 const Target* TargetRegistry::lookupTarget(const std::string& pArchName,
93 result = lookupTarget(pTriple.getTriple(), error);
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 91 /// lookupTarget - Look up MCLinker target
95 static const mcld::Target* lookupTarget(const std::string& pTriple,
98 /// lookupTarget - Look up MCLinker target by an architecture name
106 static const mcld::Target* lookupTarget(const std::string& pArchName,
  /external/llvm/lib/Support/
TargetRegistry.cpp 25 const Target *TargetRegistry::lookupTarget(const std::string &ArchName,
52 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), TempError);
64 const Target *TargetRegistry::lookupTarget(const std::string &TT,
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 72 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error);
  /external/llvm/lib/CodeGen/
ParallelCG.cpp 50 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm_emit.cpp 100 const Target * AMDGPUTarget = TargetRegistry::lookupTarget("r600", err);
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 89 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error);
Disassembler.cpp 85 llvm::TargetRegistry::lookupTarget(pTriple, error);
  /external/llvm/lib/Target/
TargetMachineC.cpp 81 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error));
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 203 const Target *T = TargetRegistry::lookupTarget(Triple, Error);
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 330 m_pTarget = mcld::TargetRegistry::lookupTarget(
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 215 if (!llvm::TargetRegistry::lookupTarget(Triple.getTriple(), Error))
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 42 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error);
  /external/llvm/lib/Object/
IRObjectFile.cpp 48 const Target *T = TargetRegistry::lookupTarget(TT.str(), Err);
  /external/llvm/tools/llc/
llc.cpp 262 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple,
  /external/clang/unittests/Tooling/
ToolingTest.cpp 322 if (llvm::TargetRegistry::lookupTarget(TargetName, Error) == &Target) {
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 367 TargetRegistry::lookupTarget("", TheTriple, ErrorStr);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 592 /// lookupTarget - Lookup a target based on a target triple.
597 static const Target *lookupTarget(const std::string &Triple,
600 /// lookupTarget - Lookup a target based on an architecture name
611 static const Target *lookupTarget(const std::string &ArchName,
    [all...]
  /external/clang/lib/Driver/
ToolChain.cpp 181 if (llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) {
  /external/clang/tools/driver/
cc1as_main.cpp 286 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error);
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 292 const Target *march = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
LTOModule.cpp 207 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 199 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple,
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 611 TargetRegistry::lookupTarget("", TheTriple, ErrorStr);
  /external/llvm/tools/opt/
opt.cpp 277 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple,

Completed in 777 milliseconds

1 2