Home
last modified time | relevance | path

Searched refs:createMCInstrInfo (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.cpp44 static MCInstrInfo *createMCInstrInfo() { in createMCInstrInfo() function
106 TargetRegistry::RegisterMCInstrInfo(*T, createMCInstrInfo); in LLVMInitializeWebAssemblyTargetMC()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DModuleSymbolTable.cpp95 std::unique_ptr<MCInstrInfo> MCII(T->createMCInstrInfo()); in initializeRecordStreamer()
DELFObjectFile.cpp622 std::unique_ptr<const MCInstrInfo> MII(T->createMCInstrInfo()); in getPltAddresses()
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp180 std::unique_ptr<MCInstrInfo> MII(TheTarget->createMCInstrInfo()); in main()
/openbsd/src/gnu/llvm/llvm/tools/llvm-mc-assemble-fuzzer/
Dllvm-mc-assemble-fuzzer.cpp184 std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo()); in AssembleOneInput()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp43 MII.reset(TheTarget.createMCInstrInfo()); in initAsmInfo()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp62 std::unique_ptr<const MCInstrInfo> MCII(T.createMCInstrInfo()); in createWebAssemblyDisassembler()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp66 std::unique_ptr<const MCInstrInfo> MII(TheTarget->createMCInstrInfo()); in LLVMCreateDisasmCPUFeatures()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp111 std::unique_ptr<MCInstrInfo> MII(TM.getTarget().createMCInstrInfo()); in emitInlineAsm()
/openbsd/src/gnu/llvm/llvm/tools/llvm-ml/
Dllvm-ml.cpp369 std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo()); in main()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/Disassembler/
DARCDisassembler.cpp414 return new ARCDisassembler(STI, Ctx, T.createMCInstrInfo()); in createARCDisassembler()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp67 MCII(T.createMCInstrInfo()), RelaxTarget(new MCInst *), in HexagonAsmBackend()
/openbsd/src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp410 MII.reset(ObjectTarget->createMCInstrInfo()); in initialiseDisassemblyMembers()
/openbsd/src/gnu/llvm/llvm/tools/llvm-mc/
Dllvm-mc.cpp514 std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo()); in main()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/Disassembler/
DRISCVDisassembler.cpp50 return new RISCVDisassembler(STI, Ctx, T.createMCInstrInfo()); in createRISCVDisassembler()
/openbsd/src/gnu/llvm/clang/tools/driver/
Dcc1as_main.cpp488 std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo()); in ExecuteAssemblerImpl()
/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/
Dllvm-mca.cpp406 std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo()); in main()
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseStmtAsm.cpp579 std::unique_ptr<llvm::MCInstrInfo> MII(TheTarget->createMCInstrInfo()); in ParseMicrosoftAsmStatement()
/openbsd/src/gnu/llvm/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp817 std::unique_ptr<MCInstrInfo> MII(TheTarget->createMCInstrInfo()); in linkAndVerify()
/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp68 MII.reset(TheTarget->createMCInstrInfo()); in init()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DTargetRegistry.h436 MCInstrInfo *createMCInstrInfo() const { in createMCInstrInfo() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp141 MCII(T.createMCInstrInfo()) { in X86AsmBackend()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp165 return new HexagonDisassembler(STI, Ctx, T.createMCInstrInfo()); in createHexagonDisassembler()
/openbsd/src/gnu/llvm/llvm/tools/sancov/
Dsancov.cpp746 std::unique_ptr<const MCInstrInfo> MII(TheTarget->createMCInstrInfo()); in getObjectCoveragePoints()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp1238 curr_target->createMCInstrInfo()); in Create()

12