/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 | 196 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in GetTarget() local 320 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput() 362 const Target *TheTarget = GetTarget(ProgName); in main() local
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 62 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in GetTarget() local 218 const Target *TheTarget = GetTarget(MachOOF); in DisassembleInputMachO2() local
|
D | llvm-objdump.cpp | 168 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in getTarget() local 260 const Target *TheTarget = getTarget(Obj); in DisassembleObject() local
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.h | 61 const Target *TheTarget; variable
|
D | Disassembler.cpp | 44 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in LLVMCreateDisasmCPU() local
|
/external/llvm/tools/llc/ |
D | llc.cpp | 234 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in compileModule() local
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 87 const Target &TheTarget; member in __anond0be2b720111::PPCAsmBackend
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 64 const Target &TheTarget; variable
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 331 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in CreateTargetMachine() local
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 268 const Target *TheTarget(TargetRegistry::lookupTarget(Opts.Triple, Error)); in ExecuteAssembler() local
|
/external/llvm/tools/opt/ |
D | opt.cpp | 527 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in GetTargetMachine() local
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 2091 const llvm::Target *TheTarget = llvm::TargetRegistry::lookupTarget(TT, Error); in ParseMicrosoftAsmStatement() local
|