Home
last modified time | relevance | path

Searched refs:createMCInstPrinter (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.cpp83 static MCInstPrinter *createMCInstPrinter(const Triple & /*T*/, in createMCInstPrinter() function
138 TargetRegistry::RegisterMCInstPrinter(*T, createMCInstPrinter); in LLVMInitializeWebAssemblyTargetMC()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp98 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in LLVMCreateDisasmCPUFeatures()
326 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( in LLVMSetDisasmOptions()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp82 MIP = TheTarget->createMCInstPrinter(TheTriple, MAI->getAssemblerDialect(), in init()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp162 MCInstPrinter *InstPrinter = getTarget().createMCInstPrinter( in createMCStreamer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp454 std::unique_ptr<MCInstPrinter> IPtemp(TheTarget->createMCInstPrinter( in main()
543 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp512 IP = TheTarget->createMCInstPrinter(Triple(TripleName), OutputAsmVariant, in main()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp541 MCInstPrinter *IP = TheTarget->createMCInstPrinter( in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp616 TheTarget->createMCInstPrinter(llvm::Triple(TT), 1, *MAI, *MII, *MRI)); in ParseMicrosoftAsmStatement()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h504 MCInstPrinter *createMCInstPrinter(const Triple &T, unsigned SyntaxVariant, in createMCInstPrinter() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp822 TheTarget->createMCInstPrinter(Triple(TripleName), 0, *MAI, *MII, *MRI)); in linkAndVerify()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp326 MCInstPrinter *InstructionPrinter(TheTarget->createMCInstPrinter( in loadGenericTargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp808 std::unique_ptr<MCInstPrinter> InstPrinter(TheTarget->createMCInstPrinter( in getTargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp103 MIP = TheTarget->createMCInstPrinter(TheTriple, MAI->getAssemblerDialect(), in init()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1303 curr_target->createMCInstPrinter(llvm::Triple{triple}, in MCDisasmInstance()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1090 InstPrinter.reset(TheTarget->createMCInstPrinter(Triple(TripleName), in DisassemblerTarget()
H A DMachODump.cpp7310 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in DisassembleMachO()
7359 ThumbIP.reset(ThumbTarget->createMCInstPrinter( in DisassembleMachO()