Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
HDWebAssemblyMCTargetDesc.cpp83 static MCInstPrinter *createMCInstPrinter(const Triple & /*T*/, in createMCInstPrinter() function
138 TargetRegistry::RegisterMCInstPrinter(*T, createMCInstPrinter); in LLVMInitializeWebAssemblyTargetMC()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
HDDisassembler.cpp98 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in LLVMCreateDisasmCPUFeatures()
326 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( in LLVMSetDisasmOptions()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFEmitterImpl.cpp82 MIP = TheTarget->createMCInstPrinter(TheTriple, MAI->getAssemblerDialect(), in init()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLLVMTargetMachine.cpp162 MCInstPrinter *InstPrinter = getTarget().createMCInstPrinter( in createMCStreamer()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-mca/
HDllvm-mca.cpp454 std::unique_ptr<MCInstPrinter> IPtemp(TheTarget->createMCInstPrinter( in main()
543 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in main()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-mc/
HDllvm-mc.cpp512 IP = TheTarget->createMCInstPrinter(Triple(TripleName), OutputAsmVariant, in main()
/freebsd-14-stable/contrib/llvm-project/clang/tools/driver/
HDcc1as_main.cpp541 MCInstPrinter *IP = TheTarget->createMCInstPrinter( in ExecuteAssemblerImpl()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDTargetRegistry.h504 MCInstPrinter *createMCInstPrinter(const Triple &T, unsigned SyntaxVariant, in createMCInstPrinter() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmtAsm.cpp616 TheTarget->createMCInstPrinter(llvm::Triple(TT), 1, *MAI, *MII, *MRI)); in ParseMicrosoftAsmStatement()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp822 TheTarget->createMCInstPrinter(Triple(TripleName), 0, *MAI, *MII, *MRI)); in linkAndVerify()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVBinaryReader.cpp326 MCInstPrinter *InstructionPrinter(TheTarget->createMCInstPrinter( in loadGenericTargetInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldChecker.cpp808 std::unique_ptr<MCInstPrinter> InstPrinter(TheTarget->createMCInstPrinter( in getTargetInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFStreamer.cpp103 MIP = TheTarget->createMCInstPrinter(TheTriple, MAI->getAssemblerDialect(), in init()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
HDDisassemblerLLVMC.cpp1303 curr_target->createMCInstPrinter(llvm::Triple{triple}, in Create()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp1090 InstPrinter.reset(TheTarget->createMCInstPrinter(Triple(TripleName), in DisassemblerTarget()
HDMachODump.cpp7310 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in DisassembleMachO()
7359 ThumbIP.reset(ThumbTarget->createMCInstPrinter( in DisassembleMachO()