Searched refs:lookupTarget (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/Support/ |
D | TargetRegistry.cpp | 26 const Target *TargetRegistry::lookupTarget(const std::string &TT, in lookupTarget() function in TargetRegistry 87 const Target *TheTarget = lookupTarget(sys::getDefaultTargetTriple(), Error); in getClosestTargetForJIT()
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 71 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error); in selectTarget()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 55 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in LLVMCreateDisasm()
|
D | EDDisassembler.cpp | 140 Tgt = TargetRegistry::lookupTarget(key.Triple, in EDDisassembler()
|
/external/llvm/tools/lto/ |
D | LTOCodeGenerator.cpp | 218 const Target *march = TargetRegistry::lookupTarget(Triple, errMsg); in determineTarget()
|
D | LTOModule.cpp | 143 const Target *march = TargetRegistry::lookupTarget(Triple, errMsg); in makeLTOModule()
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 261 const Target *TheTarget(TargetRegistry::lookupTarget(Opts.Triple, Error)); in ExecuteAssembler()
|
D | driver.cpp | 333 if (llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) { in ParseProgName()
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 235 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in AddEmitPasses()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 398 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Err); in main()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 206 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error); in GetTarget()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 123 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in GetTarget()
|
D | MachODump.cpp | 81 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in GetTarget()
|
/external/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 510 static const Target *lookupTarget(const std::string &Triple,
|