Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
246 DF->getFixups().push_back( in emitValueImpl()
431 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), in emitInstToFragment()
633 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel32Value()
643 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel64Value()
653 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel32Value()
663 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel64Value()
673 DF->getFixups().push_back( in emitGPRel32Value()
683 DF->getFixups().push_back( in emitGPRel64Value()
774 DF->getFixups().push_back( in emitRelocDirective()
[all …]
H A DMCAssembler.cpp893 Fixups = DF.getFixups(); in layout()
901 Fixups = RF.getFixups(); in layout()
909 Fixups = CF.getFixups(); in layout()
915 Fixups = DF.getFixups(); in layout()
921 Fixups = DF.getFixups(); in layout()
927 Fixups = PF.getFixups(); in layout()
979 for (const MCFixup &Fixup : F->getFixups()) in fragmentNeedsRelaxation()
1015 F.getFixups() = Fixups; in relaxInstruction()
1114 DF.getFixups().clear(); in relaxDwarfLineAddr()
1133 DF.getFixups().push_back( in relaxDwarfLineAddr()
[all …]
H A DMCELFStreamer.cpp80 for (unsigned i = 0, e = EF->getFixups().size(); i != e; ++i) { in mergeFragment()
81 EF->getFixups()[i].setOffset(EF->getFixups()[i].getOffset() + in mergeFragment()
83 DF->getFixups().push_back(EF->getFixups()[i]); in mergeFragment()
514 for (auto &Fixup : F.getFixups()) in emitInstToFragment()
605 DF->getFixups().push_back(Fixup); in emitInstToData()
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 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.cpp1834 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeOneObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp72 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp166 DF->getFixups().push_back( in emitGOTToPCRelReloc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp59 RF.getFixups() = Fixups; in ReplaceInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1252 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup()
1345 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp911 for (auto &F : RF.getFixups()) { in padInstructionViaPrefix()
942 RF.getFixups() = Fixups; in padInstructionViaRelaxation()