Searched defs:TheTarget (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp50 const Target *TheTarget = 0; local
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DTargetRegistry.cpp32 const Target *TheTarget = 0; local
128 const Target *TheTarget = lookupTarget(sys::getDefaultTargetTriple(), Error); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp74 const Target &TheTarget; member in class:__anon2556::PPCAsmBackend
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp93 const Target &TheTarget; member in class:__anon2611::SparcAsmBackend
/freebsd-10-stable/contrib/llvm/tools/llc/
H A Dllc.cpp234 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, local
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h69 const Target &TheTarget; member in class:llvm::TargetMachine
/freebsd-10-stable/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp45 const Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); local
[all...]
H A DDisassembler.h61 const Target *TheTarget; member in class:llvm::LLVMDisasmContext
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp359 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); local
/freebsd-10-stable/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp196 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, local
320 static int AssembleInput(const char *ProgName, const Target *TheTarget, argument
362 const Target *TheTarget = GetTarget(ProgName); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp62 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); local
218 const Target *TheTarget = GetTarget(MachOOF); local
[all...]
H A Dllvm-objdump.cpp176 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, local
269 const Target *TheTarget = getTarget(Obj); local
[all...]

Completed in 81 milliseconds