Searched refs:createMCAsmInfo (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.cpp37 static MCAsmInfo *createMCAsmInfo(const MCRegisterInfo & /*MRI*/, function
103 RegisterMCAsmInfoFn X(*T, createMCAsmInfo);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp145 T.createMCAsmInfo(*MRI, Triple, MCOptions));
H A Dllvm-mc.cpp355 TheTarget->createMCAsmInfo(*MRI, TripleName, MCOptions));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp51 MCAsmInfo *TmpAsmInfo = TheTarget.createMCAsmInfo(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp87 std::unique_ptr<MCAsmInfo> MAI(T->createMCAsmInfo(*MRI, TT.str(), MCOptions));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp63 TheTarget->createMCAsmInfo(*MRI, TT, MCOptions));
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp359 TheTarget->createMCAsmInfo(*MRI, Opts.Triple, MCOptions));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp358 TheTarget->createMCAsmInfo(*MRI, TripleName, MCOptions));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp593 TheTarget->createMCAsmInfo(*MRI, TT, MCOptions));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h332 /// createMCAsmInfo - Create a MCAsmInfo implementation for the specified
339 MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI, StringRef TheTriple, function in class:llvm::Target
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp755 TheTarget->createMCAsmInfo(*MRI, TripleName, MCOptions));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp955 curr_target->createMCAsmInfo(*reg_info_up, triple, MCOptions));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp159 target->createMCAsmInfo(*m_reg_info, triple.getTriple(), MCOptions));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp155 target->createMCAsmInfo(*m_reg_info, triple.getTriple(), MCOptions));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1551 TheTarget->createMCAsmInfo(*MRI, TripleName, MCOptions));
H A DMachODump.cpp7217 TheTarget->createMCAsmInfo(*MRI, TripleName, MCOptions));
7267 ThumbTarget->createMCAsmInfo(*ThumbMRI, ThumbTripleName, MCOptions));

Completed in 341 milliseconds