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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp225 const Target *TheTarget = local
[all...]
H A DCodeRegionGenerator.h48 const Target &TheTarget; member in class:llvm::mca::final
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp45 auto *TheTarget = TargetRegistry::lookupTarget(TT.getTriple(), ErrMsg); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp48 const Target *TheTarget = nullptr; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp119 const Target &TheTarget; member in class:__anon5342::SparcAsmBackend
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DTargetRegistry.cpp30 const Target *TheTarget = nullptr; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h60 const Target *TheTarget; member in class:llvm::LLVMDisasmContext
85 LLVMDisasmContext(std::string TripleName, void *DisInfo, int TagType, LLVMOpInfoCallback GetOpInfo, LLVMSymbolLookupCallback SymbolLookUp, const Target *TheTarget, std::unique_ptr<const MCAsmInfo> &&MAI, std::unique_ptr<const MCRegisterInfo> &&MRI, std::unique_ptr<const MCSubtargetInfo> &&MSI, std::unique_ptr<const MCInstrInfo> &&MII, std::unique_ptr<const llvm::MCContext> &&Ctx, std::unique_ptr<const MCDisassembler> &&DisAsm, std::unique_ptr<MCInstPrinter> &&IP) argument
H A DDisassembler.cpp52 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp131 createTargetMachine(const Config &Conf, const Target *TheTarget, Module &M) { argument
H A DThinLTOCodeGenerator.cpp546 const Target *TheTarget = local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp436 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp200 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, local
280 static int AssembleInput(const char *ProgName, const Target *TheTarget, argument
326 const Target *TheTarget = GetTarget(ProgName); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp473 const Target *TheTarget = TargetRegistry::lookupTarget(MArch, TheTriple, local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h72 const Target &TheTarget; member in class:llvm::TargetMachine
/freebsd-12-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp333 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp480 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, local
[all...]
H A DMachODump.cpp219 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); local
7187 const Target *TheTarget = GetTarget(MachOOF, &McpuDefault, &ThumbTarget); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp737 const Target *TheTarget = local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp755 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error); local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp668 const Target *TheTarget = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1915 const Target *TheTarget = local

Completed in 239 milliseconds