Searched refs:MAB (Results 26 - 50 of 53) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.h43 std::unique_ptr<MCAsmBackend> MAB,
H A DHexagonMCELFStreamer.cpp153 std::unique_ptr<MCAsmBackend> MAB,
156 return new HexagonMCELFStreamer(Context, std::move(MAB), std::move(OW),
152 createHexagonELFStreamer(Triple const &TT, MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, std::unique_ptr<MCObjectWriter> OW, std::unique_ptr<MCCodeEmitter> CE) argument
H A DHexagonMCTargetDesc.cpp324 std::unique_ptr<MCAsmBackend> &&MAB,
328 return createHexagonELFStreamer(T, Context, std::move(MAB), std::move(OW),
323 createMCStreamer(Triple const &T, MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp32 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); local
33 RISCVABI::ABI ABI = MAB.getTargetABI();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCTargetDesc.cpp106 std::unique_ptr<MCAsmBackend> &&MAB,
110 return createAMDGPUELFStreamer(T, Context, std::move(MAB), std::move(OW),
105 createMCStreamer(const Triple &T, MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp118 std::unique_ptr<MCAsmBackend> &&MAB,
121 return createPPCELFStreamer(Context, std::move(MAB), std::move(OW),
126 const Triple &T, MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB,
129 return createPPCXCOFFStreamer(Context, std::move(MAB), std::move(OW),
117 createPPCELFStreamer(const Triple &T, MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll) argument
125 createPPCXCOFFStreamer( const Triple &T, MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp343 std::unique_ptr<MCAsmBackend> MAB(
348 /*useDwarfDirectory*/ true, IP, std::move(CE), std::move(MAB),
360 MCAsmBackend *MAB = TheTarget->createMCAsmBackend(*STI, *MRI, MCOptions); local
362 TheTriple, Ctx, std::unique_ptr<MCAsmBackend>(MAB),
363 MAB->createObjectWriter(*OS), std::unique_ptr<MCCodeEmitter>(CE), *STI,
/netbsd-current/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp460 std::unique_ptr<MCAsmBackend> MAB(
466 /*useDwarfDirectory*/ true, IP, std::move(CE), std::move(MAB),
480 std::unique_ptr<MCAsmBackend> MAB(
482 assert(MAB && "Unable to create asm backend!");
485 DwoOS ? MAB->createDwoObjectWriter(*Out, *DwoOS)
486 : MAB->createObjectWriter(*Out);
490 T, Ctx, std::move(MAB), std::move(OW), std::move(CE), *STI,
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp507 std::unique_ptr<MCAsmBackend> MAB(
513 std::move(CE), std::move(MAB), ShowInst));
526 MCAsmBackend *MAB = TheTarget->createMCAsmBackend(*STI, *MRI, MCOptions); local
528 TheTriple, Ctx, std::unique_ptr<MCAsmBackend>(MAB),
529 DwoOut ? MAB->createDwoObjectWriter(*OS, DwoOut->os())
530 : MAB->createObjectWriter(*OS),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.h93 std::unique_ptr<MCAsmBackend> &&MAB,
H A DARMMCTargetDesc.cpp354 std::unique_ptr<MCAsmBackend> &&MAB,
359 Ctx, std::move(MAB), std::move(OW), std::move(Emitter), false,
365 createARMMachOStreamer(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&MAB, argument
369 return createMachOStreamer(Ctx, std::move(MAB), std::move(OW),
353 createELFStreamer(const Triple &T, MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&MAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h29 MCWinCOFFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB,
H A DMCObjectStreamer.h73 void emitFrames(MCAsmBackend *MAB);
H A DMCDwarf.h642 static void Emit(MCObjectStreamer &streamer, MCAsmBackend *MAB, bool isEH);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCMachOStreamer.cpp65 MCMachOStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, argument
69 : MCObjectStreamer(Context, std::move(MAB), std::move(OW),
510 std::unique_ptr<MCAsmBackend> &&MAB,
516 new MCMachOStreamer(Context, std::move(MAB), std::move(OW), std::move(CE),
509 createMachOStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&CE, bool RelaxAll, bool DWARFMustBeAtTheEnd, bool LabelSections) argument
H A DMCWasmStreamer.cpp189 std::unique_ptr<MCAsmBackend> &&MAB,
194 new MCWasmStreamer(Context, std::move(MAB), std::move(OW), std::move(CE));
188 createWasmStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&CE, bool RelaxAll) argument
H A DMCWinCOFFStreamer.cpp45 std::unique_ptr<MCAsmBackend> MAB,
48 : MCObjectStreamer(Context, std::move(MAB), std::move(OW), std::move(CE)),
44 MCWinCOFFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, std::unique_ptr<MCCodeEmitter> CE, std::unique_ptr<MCObjectWriter> OW) argument
H A DMCELFStreamer.cpp715 std::unique_ptr<MCAsmBackend> &&MAB,
720 new MCELFStreamer(Context, std::move(MAB), std::move(OW), std::move(CE));
714 createELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&CE, bool RelaxAll) argument
H A DMCObjectStreamer.cpp173 void MCObjectStreamer::emitFrames(MCAsmBackend *MAB) { argument
178 MCDwarfFrameEmitter::Emit(*this, MAB, true);
181 MCDwarfFrameEmitter::Emit(*this, MAB, false);
H A DMCStreamer.cpp123 void MCStreamer::generateCompactUnwindEncodings(MCAsmBackend *MAB) { argument
126 (MAB ? MAB->generateCompactUnwindEncoding(FI.Instructions) : 0);
H A DMCAsmStreamer.cpp2445 std::unique_ptr<MCAsmBackend> &&MAB,
2448 useDwarfDirectory, IP, std::move(CE), std::move(MAB),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp225 MCContext &Context, std::unique_ptr<MCAsmBackend> MAB,
228 auto *S = new AArch64WinCOFFStreamer(Context, std::move(MAB),
224 createAArch64WinCOFFStreamer( MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, std::unique_ptr<MCObjectWriter> OW, std::unique_ptr<MCCodeEmitter> Emitter, bool RelaxAll, bool IncrementalLinkerCompatible) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h178 MCAsmBackend *MAB; // Owned by MCStreamer member in class:llvm::DwarfStreamer
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp61 MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, MCOptions);
62 if (!MAB)
79 std::unique_ptr<MCCodeEmitter>(MCE), std::unique_ptr<MCAsmBackend>(MAB),
85 TheTriple, *MC, std::unique_ptr<MCAsmBackend>(MAB),
86 MAB->createObjectWriter(OutFile), std::unique_ptr<MCCodeEmitter>(MCE),
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp479 std::unique_ptr<MCAsmBackend> MAB(TheTarget->createMCAsmBackend(
481 assert(MAB && "Unable to create asm backend!");
500 mca::CodeEmitter CE(*STI, *MAB, *MCE, Insts);

Completed in 382 milliseconds

123