Home
last modified time | relevance | path

Searched defs:TheTarget (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Support/
DTargetRegistry.cpp32 const Target *TheTarget = 0; in lookupTarget() local
128 const Target *TheTarget = lookupTarget(sys::getDefaultTargetTriple(), Error); in getClosestTargetForJIT() local
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp50 const Target *TheTarget = 0; in selectTarget() local
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp199 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/
DDisassembler.h61 const Target *TheTarget; variable
DDisassembler.cpp42 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in LLVMCreateDisasmCPU() local
/external/llvm/tools/llc/
Dllc.cpp231 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in compileModule() local
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp72 const Target &TheTarget; member in __anon584bc68e0111::PPCAsmBackend
/external/llvm/include/llvm/Target/
DTargetMachine.h63 const Target &TheTarget; variable
/external/llvm/tools/llvm-objdump/
DMachODump.cpp81 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in GetTarget() local
247 const Target *TheTarget = GetTarget(MachOObj); in DisassembleInputMachO() local
Dllvm-objdump.cpp147 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in getTarget() local
195 const Target *TheTarget = getTarget(Obj); in DisassembleObject() local
/external/clang/lib/CodeGen/
DBackendUtil.cpp329 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in CreateTargetMachine() local
/external/clang/tools/driver/
Dcc1as_main.cpp267 const Target *TheTarget(TargetRegistry::lookupTarget(Opts.Triple, Error)); in ExecuteAssembler() local
/external/clang/lib/Sema/
DSemaStmtAsm.cpp609 const llvm::Target *TheTarget(llvm::TargetRegistry::lookupTarget(TT, Error)); in ActOnMSAsmStmt() local
/external/llvm/tools/opt/
Dopt.cpp528 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in GetTargetMachine() local