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.cpp196 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/
DMachODump.cpp62 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); in GetTarget() local
218 const Target *TheTarget = GetTarget(MachOOF); in DisassembleInputMachO2() local
Dllvm-objdump.cpp168 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in getTarget() local
260 const Target *TheTarget = getTarget(Obj); in DisassembleObject() local
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.h61 const Target *TheTarget; variable
DDisassembler.cpp44 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in LLVMCreateDisasmCPU() local
/external/llvm/tools/llc/
Dllc.cpp234 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in compileModule() local
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp87 const Target &TheTarget; member in __anond0be2b720111::PPCAsmBackend
/external/llvm/include/llvm/Target/
DTargetMachine.h64 const Target &TheTarget; variable
/external/clang/lib/CodeGen/
DBackendUtil.cpp331 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); in CreateTargetMachine() local
/external/clang/tools/driver/
Dcc1as_main.cpp268 const Target *TheTarget(TargetRegistry::lookupTarget(Opts.Triple, Error)); in ExecuteAssembler() local
/external/llvm/tools/opt/
Dopt.cpp527 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, in GetTargetMachine() local
/external/clang/lib/Parse/
DParseStmt.cpp2091 const llvm::Target *TheTarget = llvm::TargetRegistry::lookupTarget(TT, Error); in ParseMicrosoftAsmStatement() local