/external/llvm/lib/Support/ |
D | TargetRegistry.cpp | 32 const Target *TheTarget = 0; in lookupTarget() local 128 const Target *TheTarget = lookupTarget(sys::getDefaultTargetTriple(), Error); in getClosestTargetForJIT() local
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 50 const Target *TheTarget = 0; in selectTarget() local
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 199 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in GetTarget() local 323 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput() 365 const Target *TheTarget = GetTarget(ProgName); in main() local
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.h | 61 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 | 231 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in compileModule() local
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 72 const Target &TheTarget; member in __anon584bc68e0111::PPCAsmBackend
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 63 const Target &TheTarget; variable
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 81 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in GetTarget() local 247 const Target *TheTarget = GetTarget(MachOObj); in DisassembleInputMachO() local
|
D | llvm-objdump.cpp | 147 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in getTarget() local 195 const Target *TheTarget = getTarget(Obj); in DisassembleObject() local
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 329 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in CreateTargetMachine() local
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 267 const Target *TheTarget(TargetRegistry::lookupTarget(Opts.Triple, Error)); in ExecuteAssembler() local
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 609 const llvm::Target *TheTarget(llvm::TargetRegistry::lookupTarget(TT, Error)); in ActOnMSAsmStmt() local
|
/external/llvm/tools/opt/ |
D | opt.cpp | 528 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in GetTargetMachine() local
|