/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchELFStreamer.cpp | 27 auto &MAB = static_cast<LoongArchAsmBackend &>( in LoongArchTargetELFStreamer() local 31 MAB.getTargetOptions().getABIName())); in LoongArchTargetELFStreamer() 75 LoongArchELFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> MAB, in LoongArchELFStreamer() argument 78 : MCELFStreamer(C, std::move(MAB), std::move(MOW), std::move(MCE)) {} in LoongArchELFStreamer() 84 std::unique_ptr<MCAsmBackend> MAB, in createLoongArchELFStreamer() argument 88 C, std::move(MAB), std::move(MOW), std::move(MCE)); in createLoongArchELFStreamer()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LLVMTargetMachine.cpp | 170 std::unique_ptr<MCAsmBackend> MAB( in createMCStreamer() local 174 Context, std::move(FOut), InstPrinter, std::move(MCE), std::move(MAB)); in createMCStreamer() 185 MCAsmBackend *MAB = in createMCStreamer() local 187 if (!MAB) in createMCStreamer() 193 T, Context, std::unique_ptr<MCAsmBackend>(MAB), in createMCStreamer() 194 DwoOut ? MAB->createDwoObjectWriter(Out, *DwoOut) in createMCStreamer() 195 : MAB->createObjectWriter(Out), in createMCStreamer() 262 MCAsmBackend *MAB = in addPassesToEmitMC() local 264 if (!MCE || !MAB) in addPassesToEmitMC() 269 T, *Ctx, std::unique_ptr<MCAsmBackend>(MAB), MAB->createObjectWriter(Out), in addPassesToEmitMC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUELFStreamer.cpp | 22 std::unique_ptr<MCAsmBackend> MAB, in AMDGPUELFStreamer() argument 25 : MCELFStreamer(Context, std::move(MAB), std::move(OW), in AMDGPUELFStreamer() 33 std::unique_ptr<MCAsmBackend> MAB, in createAMDGPUELFStreamer() argument 36 return new AMDGPUELFStreamer(T, Context, std::move(MAB), std::move(OW), in createAMDGPUELFStreamer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCXCOFFStreamer.cpp | 35 std::unique_ptr<MCAsmBackend> MAB, in PPCXCOFFStreamer() argument 38 : MCXCOFFStreamer(Context, std::move(MAB), std::move(OW), in PPCXCOFFStreamer() 73 std::unique_ptr<MCAsmBackend> MAB, in createPPCXCOFFStreamer() argument 76 return new PPCXCOFFStreamer(Context, std::move(MAB), std::move(OW), in createPPCXCOFFStreamer()
|
H A D | PPCELFStreamer.cpp | 39 std::unique_ptr<MCAsmBackend> MAB, in PPCELFStreamer() argument 42 : MCELFStreamer(Context, std::move(MAB), std::move(OW), std::move(Emitter)), in PPCELFStreamer() 224 MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, in createPPCELFStreamer() argument 227 return new PPCELFStreamer(Context, std::move(MAB), std::move(OW), in createPPCELFStreamer()
|
H A D | PPCXCOFFStreamer.h | 22 PPCXCOFFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, 33 std::unique_ptr<MCAsmBackend> MAB,
|
H A D | PPCELFStreamer.h | 34 PPCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, 54 std::unique_ptr<MCAsmBackend> MAB,
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFEmitterImpl.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVELFStreamer.cpp | 37 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); in RISCVTargetELFStreamer() local 39 MAB.getTargetOptions().getABIName())); in RISCVTargetELFStreamer() 47 static_cast<RISCVAsmBackend &>(MAB).setForceRelocs(); in RISCVTargetELFStreamer() 195 std::unique_ptr<MCAsmBackend> MAB, in createRISCVELFStreamer() argument 199 new RISCVELFStreamer(C, std::move(MAB), std::move(MOW), std::move(MCE)); in createRISCVELFStreamer()
|
H A D | RISCVELFStreamer.h | 29 RISCVELFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> MAB, in RISCVELFStreamer() argument 32 : MCELFStreamer(C, std::move(MAB), std::move(MOW), std::move(MCE)) {} in RISCVELFStreamer() 75 std::unique_ptr<MCAsmBackend> MAB,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFStreamer.cpp | 26 std::unique_ptr<MCAsmBackend> MAB, in MipsELFStreamer() argument 29 : MCELFStreamer(Context, std::move(MAB), std::move(OW), in MipsELFStreamer() 116 std::unique_ptr<MCAsmBackend> MAB, in createMipsELFStreamer() argument 119 return new MipsELFStreamer(Context, std::move(MAB), std::move(OW), in createMipsELFStreamer()
|
H A D | MipsELFStreamer.h | 36 MipsELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, 75 std::unique_ptr<MCAsmBackend> MAB,
|
H A D | MipsMCTargetDesc.cpp | 105 std::unique_ptr<MCAsmBackend> &&MAB, in createMCStreamer() argument 110 S = createMipsELFStreamer(Context, std::move(MAB), std::move(OW), in createMCStreamer() 113 S = createMipsNaClELFStreamer(Context, std::move(MAB), std::move(OW), in createMCStreamer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMWinCOFFObjectWriter.cpp | 37 const MCAsmBackend &MAB) const override; 48 const MCAsmBackend &MAB) const { in getRelocType() 64 const MCFixupKindInfo &Info = MAB.getFixupKindInfo(Fixup.getKind()); in getRelocType()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFEmitterImpl.cpp | 62 MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, MCOptions); in init() 63 if (!MAB) in init() 87 std::unique_ptr<MCAsmBackend>(MAB)); in init() 92 TheTriple, *MC, std::unique_ptr<MCAsmBackend>(MAB), in init() 93 MAB->createObjectWriter(OutFile), std::unique_ptr<MCCodeEmitter>(MCE), in init()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCGOFFStreamer.cpp | 25 std::unique_ptr<MCAsmBackend> &&MAB, in createGOFFStreamer() argument 29 new MCGOFFStreamer(Context, std::move(MAB), std::move(OW), std::move(CE)); in createGOFFStreamer()
|
H A D | MCDXContainerStreamer.cpp | 23 MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, in createDXContainerStreamer() argument 25 auto *S = new MCDXContainerStreamer(Context, std::move(MAB), std::move(OW), in createDXContainerStreamer()
|
H A D | MCSPIRVStreamer.cpp | 35 std::unique_ptr<MCAsmBackend> &&MAB, in createSPIRVStreamer() argument 38 MCSPIRVStreamer *S = new MCSPIRVStreamer(Context, std::move(MAB), in createSPIRVStreamer()
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | CodeEmitter.cpp | 26 if (MAB.mayNeedRelaxation(Inst, STI)) in getOrCreateEncodingInfo() 27 MAB.relaxInstruction(Relaxed, STI); in getOrCreateEncodingInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | CodeEmitter.h | 36 const MCAsmBackend &MAB; variable 54 : STI(ST), MAB(AB), MCE(CE), Sequence(S), Encodings(S.size()) {} in CodeEmitter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64WinCOFFObjectWriter.cpp | 42 const MCAsmBackend &MAB) const override; 51 bool IsCrossSection, const MCAsmBackend &MAB) const { in getRelocType() 91 const MCFixupKindInfo &Info = MAB.getFixupKindInfo(Fixup.getKind()); in getRelocType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCELFStreamer.cpp | 45 std::unique_ptr<MCAsmBackend> MAB, in createAVRELFStreamer() argument 48 return new AVRMCELFStreamer(Context, std::move(MAB), std::move(OW), in createAVRELFStreamer()
|
H A D | AVRMCTargetDesc.cpp | 73 std::unique_ptr<MCAsmBackend> &&MAB, in createMCStreamer() argument 76 return createELFStreamer(Context, std::move(MAB), std::move(OW), in createMCStreamer()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/ |
H A D | llvm-dwp.cpp | 241 auto MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, Options); in llvm_dwp_main() local 242 if (!MAB) in llvm_dwp_main() 268 *ErrOrTriple, MC, std::unique_ptr<MCAsmBackend>(MAB), in llvm_dwp_main() 269 MAB->createObjectWriter(*OS), std::unique_ptr<MCCodeEmitter>(MCE), in llvm_dwp_main()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFObjectWriter.cpp | 31 const MCAsmBackend &MAB) const override; 44 const MCAsmBackend &MAB) const { in getRelocType()
|