Home
last modified time | relevance | path

Searched refs:createMCRegInfo (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp155 std::unique_ptr<const MCRegisterInfo> MRI(T.createMCRegInfo(Triple)); in disassemble()
H A Dllvm-mc.cpp410 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName)); in main()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp38 MRI.reset(TheTarget->createMCRegInfo(TripleName)); in init()
H A DDebugLineSectionEmitter.h76 MRI.reset(TheTarget->createMCRegInfo(TripleName)); in init()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp84 std::unique_ptr<MCRegisterInfo> MRI(T->createMCRegInfo(TT.str())); in initializeRecordStreamer()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp54 std::unique_ptr<const MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TT)); in LLVMCreateDisasmCPUFeatures()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenTargetMachineImpl.cpp48 MRI.reset(TheTarget.createMCRegInfo(getTargetTriple().str())); in initAsmInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp246 target->createMCRegInfo(triple)); in MakeMCRegisterInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp222 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName)); in llvm_dwp_main()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp441 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(Opts.Triple)); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp444 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName)); in main()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp546 std::unique_ptr<llvm::MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TT)); in ParseMicrosoftAsmStatement()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h437 MCRegisterInfo *createMCRegInfo(StringRef TT) const { in createMCRegInfo() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp681 MCRegInfo.reset(TheTarget->createMCRegInfo(TT.str())); in createRegInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp800 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName)); in linkAndVerify()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp286 MCRegisterInfo *RegisterInfo = TheTarget->createMCRegInfo(TheTriple); in loadGenericTargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp776 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName)); in getTargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp58 MRI.reset(TheTarget->createMCRegInfo(TripleName)); in init()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1270 curr_target->createMCRegInfo(triple)); in Create()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp154 m_reg_info.reset(target->createMCRegInfo(triple.getTriple())); in EmulateInstructionMIPS64()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp150 m_reg_info.reset(target->createMCRegInfo(triple.getTriple())); in EmulateInstructionMIPS()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1119 RegisterInfo(TheTarget->createMCRegInfo(TripleName)) { in DisassemblerTarget()
H A DMachODump.cpp7291 TheTarget->createMCRegInfo(TripleName)); in DisassembleMachO()
7344 ThumbMRI.reset(ThumbTarget->createMCRegInfo(ThumbTripleName)); in DisassembleMachO()