/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 195 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in GetTarget() local 319 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput() 366 const Target *TheTarget = GetTarget(ProgName); in main() local
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 50 const Target *TheTarget = nullptr; in selectTarget() local
|
/external/llvm/lib/Support/ |
D | TargetRegistry.cpp | 31 const Target *TheTarget = nullptr; in lookupTarget() local
|
/external/llvm/tools/llc/ |
D | llc.cpp | 244 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in compileModule() local
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.h | 60 const Target *TheTarget; variable
|
D | Disassembler.cpp | 42 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in LLVMCreateDisasmCPUFeatures() local
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcAsmBackend.cpp | 101 const Target &TheTarget; member in __anonc6df13370111::SparcAsmBackend
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 75 const Target &TheTarget; variable
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 76 const Target &TheTarget; member in __anonaff45f680111::PPCAsmBackend
|
/external/llvm/tools/opt/ |
D | opt.cpp | 269 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in GetTargetMachine() local
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 185 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in getTarget() local 218 const Target *TheTarget = getTarget(Obj); in DisassembleObject() local
|
D | MachODump.cpp | 159 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in GetTarget() local 5956 const Target *TheTarget = GetTarget(MachOOF, &McpuDefault, &ThumbTarget); in DisassembleMachO() local
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 407 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in CreateTargetMachine() local
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 285 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error); in ExecuteAssembler() local
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 488 const Target *TheTarget = in linkAndVerify() local
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 477 const llvm::Target *TheTarget = nullptr; in ParseMicrosoftAsmStatement() local
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 750 const Target *TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrMsg); in codegen() local
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 470 const Target *TheTarget = in init() local
|