Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp45 for (unsigned I = 0, E = EF->getFixups().size(); I != E; ++I) { in mergeFragment()
46 EF->getFixups()[I].setOffset(EF->getFixups()[I].getOffset() + in mergeFragment()
48 DF->getFixups().push_back(EF->getFixups()[I]); in mergeFragment()
190 for (auto &Fixup : F.getFixups()) in emitInstToFragment()
211 DF->getFixups().push_back(Fixups[I]); in emitInstToData()
H A DMCObjectStreamer.cpp130 ->getFixups() in resolvePendingFixups()
136 ->getFixups() in resolvePendingFixups()
140 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups()
267 DF->getFixups().push_back( in emitValueImpl()
673 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel32Value()
683 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel64Value()
693 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel32Value()
713 DF->getFixups().push_back( in emitGPRel32Value()
723 DF->getFixups().push_back( in emitGPRel64Value()
816 DF->getFixups().push_back( in emitRelocDirective()
[all …]
H A DMCAssembler.cpp890 Fixups = DF.getFixups(); in layout()
898 Fixups = RF.getFixups(); in layout()
906 Fixups = CF.getFixups(); in layout()
912 Fixups = DF.getFixups(); in layout()
918 Fixups = DF.getFixups(); in layout()
924 Fixups = LF.getFixups(); in layout()
1009 F.getFixups().clear(); in relaxInstruction()
1021 LF.getFixups().clear(); in relaxLEB()
1133 DF.getFixups().clear(); in relaxDwarfLineAddr()
1159 DF.getFixups().clear(); in relaxDwarfCallFrameFragment()
[all …]
H A DMCWinCOFFStreamer.cpp61 DF->getFixups().push_back(Fixups[i]); in emitInstToData()
225 DF->getFixups().push_back(Fixup); in emitCOFFSectionIndex()
242 DF->getFixups().push_back(Fixup); in emitCOFFSecRel32()
261 DF->getFixups().push_back(Fixup); in emitCOFFImgRel32()
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()
536 for (auto &Fixup : F.getFixups()) in emitInstToFragment()
626 DF->getFixups().push_back(Fixup); in emitInstToData()
H A DMCXCOFFStreamer.cpp96 DF->getFixups().push_back(Fixup); in emitXCOFFRefDirective()
152 auto &DataFragmentFixups = DF->getFixups(); in emitInstToData()
H A DMCMachOStreamer.cpp494 DF->getFixups().push_back(Fixup); in emitInstToData()
H A DMCCodeView.cpp627 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups(); in encodeDefRange()
H A DWasmObjectWriter.cpp1899 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeOneObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp302 LF.getFixups().push_back( in relaxLEB128()
315 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr()
380 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp217 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr()
280 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
346 LF.getFixups().push_back( in relaxLEB128()
H A DRISCVMCExpr.cpp71 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp164 DF->getFixups().push_back( in emitGOTToPCRelReloc()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp803 for (auto &F : RF.getFixups()) { in padInstructionViaPrefix()
833 RF.getFixups() = Fixups; in padInstructionViaRelaxation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp59 RF.getFixups() = Fixups; in ReplaceInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1187 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup()
1280 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()