| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 116 const llvm::Target *TheTarget = in PrintSupportedCPUs() local 134 const llvm::Target *TheTarget = in PrintSupportedExtensions() local 172 const llvm::Target *TheTarget = in PrintEnabledExtensions() local
|
| H A D | cc1as_main.cpp | 420 const Target *TheTarget = TargetRegistry::lookupTarget(Opts.Triple, Error); in ExecuteAssemblerImpl() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.h | 60 const Target *TheTarget; variable 88 const Target *TheTarget, in LLVMDisasmContext()
|
| H A D | Disassembler.cpp | 50 const Target *TheTarget = TargetRegistry::lookupTarget(TT, Error); in LLVMCreateDisasmCPUFeatures() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFEmitterImpl.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 42 auto *TheTarget = TargetRegistry::lookupTarget(TT, ErrMsg); in createTargetMachine() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | TargetSelect.cpp | 48 const Target *TheTarget = nullptr; in selectTarget() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 251 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in GetTarget() local 331 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput() 385 const Target *TheTarget = GetTarget(ProgName); in main() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFEmitterImpl.cpp | 31 const Target *TheTarget = in init() local
|
| H A D | DebugLineSectionEmitter.h | 69 const Target *TheTarget = in init() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVAPI.cpp | 77 const Target *TheTarget = in SPIRVTranslate() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEAsmBackend.cpp | 87 const Target &TheTarget; member in __anon88421f390111::VEAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | TargetRegistry.cpp | 111 const Target *TheTarget = nullptr; in lookupTarget() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 302 const Target *TheTarget = in getTarget() local 394 const Target *TheTarget = getTarget(ProgName); in main() local
|
| H A D | CodeRegionGenerator.h | 187 const Target &TheTarget; variable
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 215 const Target *TheTarget = in llvm_dwp_main() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 762 const auto *TheTarget = in createTargetMachineForTriple() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 34 const Target *TheTarget; member 762 const Target *TheTarget = in getTargetInfo() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 529 const Target *TheTarget = nullptr; in compileModule() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 280 const Target *TheTarget = in loadGenericTargetInfo() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 90 const Target &TheTarget; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 513 const llvm::Target *TheTarget = nullptr; in ParseMicrosoftAsmStatement() local
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 202 createTargetMachine(const Config &Conf, const Target *TheTarget, Module &M) { in createTargetMachine()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 526 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple, in getTarget() local 1093 const Target *TheTarget; member in __anonb0dd98cb0611::DisassemblerTarget 1114 DisassemblerTarget::DisassemblerTarget(const Target *TheTarget, ObjectFile &Obj, in DisassemblerTarget() 2617 const Target *TheTarget = getTarget(Obj); in disassembleObject() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |