/external/llvm/lib/Support/ |
TargetRegistry.cpp | 26 const Target *TargetRegistry::lookupTarget(const std::string &TT, 87 const Target *TheTarget = lookupTarget(sys::getHostTriple(), Error);
|
/external/llvm/lib/ExecutionEngine/ |
TargetSelect.cpp | 64 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error);
|
/external/llvm/lib/MC/MCDisassembler/ |
Disassembler.cpp | 46 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
|
EDDisassembler.cpp | 163 Tgt = TargetRegistry::lookupTarget(tripleString,
|
/frameworks/compile/slang/ |
slang_backend.cpp | 118 llvm::TargetRegistry::lookupTarget(Triple, Error);
|
/external/clang/lib/CodeGen/ |
BackendUtil.cpp | 199 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error);
|
/external/clang/tools/driver/ |
cc1as_main.cpp | 233 const Target *TheTarget(TargetRegistry::lookupTarget(Opts.Triple, Error));
|
driver.cpp | 329 if (llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) {
|
/external/llvm/tools/llc/ |
llc.cpp | 291 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Err);
|
/external/llvm/tools/lto/ |
LTOCodeGenerator.cpp | 249 const Target *march = TargetRegistry::lookupTarget(Triple, errMsg);
|
LTOModule.cpp | 157 const Target *march = TargetRegistry::lookupTarget(Triple, errMsg);
|
/external/llvm/include/llvm/Support/ |
TargetRegistry.h | 494 /// lookupTarget - Lookup a target based on a target triple. 499 static const Target *lookupTarget(const std::string &Triple, [all...] |
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 204 TheTarget = TargetRegistry::lookupTarget(TheTriple.getTriple(), Error);
|
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | 79 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
|
llvm-objdump.cpp | 120 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
Compiler.cpp | 300 Target = llvm::TargetRegistry::lookupTarget(Triple, mError);
|
/external/llvm/lib/Target/CBackend/ |
CBackend.cpp | [all...] |