Home
last modified time | relevance | path

Searched refs:getFixups (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp42 for (unsigned I = 0, E = EF->getFixups().size(); I != E; ++I) { in mergeFragment()
43 EF->getFixups()[I].setOffset(EF->getFixups()[I].getOffset() + in mergeFragment()
45 DF->getFixups().push_back(EF->getFixups()[I]); in mergeFragment()
176 DF->getFixups().push_back(Fixups[I]); in emitInstToData()
H A DMCObjectStreamer.cpp123 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups()
241 DF->getFixups().push_back( in emitValueImpl()
426 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), in emitInstToFragment()
628 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel32Value()
638 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel64Value()
648 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel32Value()
658 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel64Value()
668 DF->getFixups().push_back( in emitGPRel32Value()
678 DF->getFixups().push_back( in emitGPRel64Value()
769 DF->getFixups().push_back( in emitRelocDirective()
[all …]
H A DMCWinCOFFStreamer.cpp63 DF->getFixups().push_back(Fixups[i]); in emitInstToData()
223 DF->getFixups().push_back(Fixup); in EmitCOFFSectionIndex()
240 DF->getFixups().push_back(Fixup); in EmitCOFFSecRel32()
259 DF->getFixups().push_back(Fixup); in EmitCOFFImgRel32()
H A DMCAssembler.cpp874 Fixups = DF.getFixups(); in layout()
882 Fixups = RF.getFixups(); in layout()
890 Fixups = CF.getFixups(); in layout()
896 Fixups = DF.getFixups(); in layout()
902 Fixups = DF.getFixups(); in layout()
908 Fixups = PF.getFixups(); in layout()
960 for (const MCFixup &Fixup : F->getFixups()) in fragmentNeedsRelaxation()
996 F.getFixups() = Fixups; in relaxInstruction()
1100 DF.getFixups().clear(); in relaxDwarfLineAddr()
1122 DF.getFixups().clear(); in relaxDwarfCallFrameFragment()
[all …]
H A DMCELFStreamer.cpp81 for (unsigned i = 0, e = EF->getFixups().size(); i != e; ++i) { in mergeFragment()
82 EF->getFixups()[i].setOffset(EF->getFixups()[i].getOffset() + in mergeFragment()
84 DF->getFixups().push_back(EF->getFixups()[i]); in mergeFragment()
530 for (auto &Fixup : F.getFixups()) in emitInstToFragment()
621 DF->getFixups().push_back(Fixup); in emitInstToData()
H A DMCXCOFFStreamer.cpp109 auto &DataFragmentFixups = DF->getFixups(); in emitInstToData()
H A DMCMachOStreamer.cpp470 DF->getFixups().push_back(Fixup); in emitInstToData()
H A DMCCodeView.cpp610 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups(); in encodeDefRange()
H A DWasmObjectWriter.cpp1845 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeOneObject()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp241 DF->getFixups().push_back(MCFixup::create( in emitValueImpl()
243 DF->getFixups().push_back(MCFixup::create( in emitValueImpl()
H A DRISCVMCExpr.cpp72 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
H A DRISCVAsmBackend.cpp213 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr()
281 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp166 DF->getFixups().push_back( in emitGOTToPCRelReloc()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h223 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function
224 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp59 RF.getFixups() = Fixups; in ReplaceInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1075 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup()
1168 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp911 for (auto &F : RF.getFixups()) { in padInstructionViaPrefix()
942 RF.getFixups() = Fixups; in padInstructionViaRelaxation()