Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
212 DF->getFixups().push_back(Fixups[I]); in emitInstToData()
H A DMCObjectStreamer.cpp133 ->getFixups() in resolvePendingFixups()
139 ->getFixups() in resolvePendingFixups()
143 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups()
265 DF->getFixups().push_back( in emitValueImpl()
676 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel32Value()
686 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel64Value()
696 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel32Value()
716 DF->getFixups().push_back( in emitGPRel32Value()
726 DF->getFixups().push_back( in emitGPRel64Value()
818 DF->getFixups().push_back( in emitRelocDirective()
[all …]
H A DMCWinCOFFStreamer.cpp62 DF->getFixups().push_back(Fixups[i]); in emitInstToData()
221 DF->getFixups().push_back(Fixup); in emitCOFFSectionIndex()
238 DF->getFixups().push_back(Fixup); in emitCOFFSecRel32()
257 DF->getFixups().push_back(Fixup); in emitCOFFImgRel32()
H A DMCAssembler.cpp883 Fixups = DF.getFixups(); in layout()
891 Fixups = RF.getFixups(); in layout()
899 Fixups = CF.getFixups(); in layout()
905 Fixups = DF.getFixups(); in layout()
911 Fixups = DF.getFixups(); in layout()
917 Fixups = PF.getFixups(); in layout()
969 for (const MCFixup &Fixup : F->getFixups()) in fragmentNeedsRelaxation()
1005 F.getFixups() = Fixups; in relaxInstruction()
1109 DF.getFixups().clear(); in relaxDwarfLineAddr()
1131 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()
539 for (auto &Fixup : F.getFixups()) in emitInstToFragment()
630 DF->getFixups().push_back(Fixup); in emitInstToData()
H A DMCXCOFFStreamer.cpp127 auto &DataFragmentFixups = DF->getFixups(); in emitInstToData()
H A DMCMachOStreamer.cpp495 DF->getFixups().push_back(Fixup); in emitInstToData()
H A DMCCodeView.cpp611 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups(); in encodeDefRange()
H A DWasmObjectWriter.cpp1898 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeOneObject()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp277 DF->getFixups().push_back(MCFixup::create( in emitValueImpl()
279 DF->getFixups().push_back(MCFixup::create( in emitValueImpl()
H A DRISCVMCExpr.cpp73 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
H A DRISCVAsmBackend.cpp194 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr()
262 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp165 DF->getFixups().push_back( in emitGOTToPCRelReloc()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCFragment.h222 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function
223 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp826 for (auto &F : RF.getFixups()) { in padInstructionViaPrefix()
857 RF.getFixups() = Fixups; in padInstructionViaRelaxation()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp60 RF.getFixups() = Fixups; in ReplaceInstruction()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1188 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup()
1281 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()