| /external/llvm/tools/llvm-mc/ |
| D | llvm-mc.cpp | 195 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in GetTarget() local 320 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 | 32 const Target *TheTarget = nullptr; in lookupTarget() local
|
| /external/llvm/tools/llvm-objdump/ |
| D | MachODump.cpp | 62 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in GetTarget() local 213 const Target *TheTarget = GetTarget(MachOOF); in DisassembleInputMachO2() local
|
| D | llvm-objdump.cpp | 182 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in getTarget() local 275 const Target *TheTarget = getTarget(Obj); in DisassembleObject() local
|
| /external/llvm/lib/Target/Sparc/MCTargetDesc/ |
| D | SparcAsmBackend.cpp | 101 const Target &TheTarget; member in __anonc7e03c2e0111::SparcAsmBackend
|
| /external/llvm/lib/MC/MCDisassembler/ |
| D | Disassembler.h | 60 const Target *TheTarget; variable
|
| D | Disassembler.cpp | 42 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in LLVMCreateDisasmCPU() local
|
| /external/llvm/tools/llc/ |
| D | llc.cpp | 254 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in compileModule() local
|
| /external/llvm/include/llvm/Target/ |
| D | TargetMachine.h | 71 const Target &TheTarget; variable
|
| /external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCAsmBackend.cpp | 74 const Target &TheTarget; member in __anonb0f5885f0111::PPCAsmBackend
|
| /external/llvm/tools/opt/ |
| D | opt.cpp | 295 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in GetTargetMachine() local
|
| /external/llvm/tools/llvm-rtdyld/ |
| D | llvm-rtdyld.cpp | 314 const Target *TheTarget = in linkAndVerify() local
|
| /external/clang/lib/CodeGen/ |
| D | BackendUtil.cpp | 353 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in CreateTargetMachine() local
|
| /external/clang/tools/driver/ |
| D | cc1as_main.cpp | 283 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error); in ExecuteAssembler() local
|
| /external/clang/lib/Parse/ |
| D | ParseStmtAsm.cpp | 452 const llvm::Target *TheTarget = nullptr; in ParseMicrosoftAsmStatement() local
|