Searched refs:createMCInstPrinter (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyMCTargetDesc.cpp | 57 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 D | Disassembler.cpp | 97 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 D | DWARFEmitterImpl.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFEmitterImpl.cpp | 83 std::unique_ptr<MCInstPrinter> MIP(TheTarget->createMCInstPrinter( in init()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenTargetMachineImpl.cpp | 171 std::unique_ptr<MCInstPrinter> InstPrinter(getTarget().createMCInstPrinter( in createMCStreamer()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 471 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 D | llvm-mc.cpp | 540 IP.reset(TheTarget->createMCInstPrinter( in main()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 545 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in ExecuteAssemblerImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 594 TheTarget->createMCInstPrinter(llvm::Triple(TT), 1, *MAI, *MII, *MRI)); in ParseMicrosoftAsmStatement()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 525 MCInstPrinter *createMCInstPrinter(const Triple &T, unsigned SyntaxVariant, in createMCInstPrinter() function
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 822 TheTarget->createMCInstPrinter(Triple(TripleName), 0, *MAI, *MII, *MRI)); in linkAndVerify()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 326 MCInstPrinter *InstructionPrinter(TheTarget->createMCInstPrinter( in loadGenericTargetInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 807 std::unique_ptr<MCInstPrinter> InstPrinter(TheTarget->createMCInstPrinter( in getTargetInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 103 std::unique_ptr<MCInstPrinter> MIP(TheTarget->createMCInstPrinter( in init()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 1311 curr_target->createMCInstPrinter(llvm::Triple{triple}, in Create()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1156 InstPrinter.reset(TheTarget->createMCInstPrinter(Triple(TripleName), in DisassemblerTarget()
|
| H A D | MachODump.cpp | 7314 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in DisassembleMachO() 7367 ThumbIP.reset(ThumbTarget->createMCInstPrinter( in DisassembleMachO()
|