/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyMCTargetDesc.cpp | 83 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 D | Disassembler.cpp | 98 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 D | DWARFEmitterImpl.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFEmitterImpl.cpp | 82 MIP = TheTarget->createMCInstPrinter(TheTriple, MAI->getAssemblerDialect(), in init()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LLVMTargetMachine.cpp | 162 MCInstPrinter *InstPrinter = getTarget().createMCInstPrinter( in createMCStreamer()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 454 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 D | llvm-mc.cpp | 512 IP = TheTarget->createMCInstPrinter(Triple(TripleName), OutputAsmVariant, in main()
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1as_main.cpp | 541 MCInstPrinter *IP = TheTarget->createMCInstPrinter( in ExecuteAssemblerImpl()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 616 TheTarget->createMCInstPrinter(llvm::Triple(TT), 1, *MAI, *MII, *MRI)); in ParseMicrosoftAsmStatement()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | TargetRegistry.h | 504 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 | 808 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 MIP = TheTarget->createMCInstPrinter(TheTriple, MAI->getAssemblerDialect(), in init()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 1303 curr_target->createMCInstPrinter(llvm::Triple{triple}, in MCDisasmInstance()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1090 InstPrinter.reset(TheTarget->createMCInstPrinter(Triple(TripleName), in DisassemblerTarget()
|
H A D | MachODump.cpp | 7310 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in DisassembleMachO() 7359 ThumbIP.reset(ThumbTarget->createMCInstPrinter( in DisassembleMachO()
|