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.cpp57 static MCInstPrinter *createMCInstPrinter(const Triple & /*T*/, in createMCInstPrinter() function
113 TargetRegistry::RegisterMCInstPrinter(*T, createMCInstPrinter); in LLVMInitializeWebAssemblyTargetMC()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp97 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in LLVMCreateDisasmCPUFeatures()
270 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.cpp83 std::unique_ptr<MCInstPrinter> MIP(TheTarget->createMCInstPrinter( in init()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenTargetMachineImpl.cpp171 std::unique_ptr<MCInstPrinter> InstPrinter(getTarget().createMCInstPrinter( in createMCStreamer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp471 std::unique_ptr<MCInstPrinter> IPtemp(TheTarget->createMCInstPrinter( in main()
560 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp540 IP.reset(TheTarget->createMCInstPrinter( in main()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp545 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp594 TheTarget->createMCInstPrinter(llvm::Triple(TT), 1, *MAI, *MII, *MRI)); in ParseMicrosoftAsmStatement()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h525 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.cpp807 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 std::unique_ptr<MCInstPrinter> MIP(TheTarget->createMCInstPrinter( in init()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1311 curr_target->createMCInstPrinter(llvm::Triple{triple}, in Create()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1156 InstPrinter.reset(TheTarget->createMCInstPrinter(Triple(TripleName), in DisassemblerTarget()
H A DMachODump.cpp7314 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in DisassembleMachO()
7367 ThumbIP.reset(ThumbTarget->createMCInstPrinter( in DisassembleMachO()