Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectStreamer.cpp75 ->getFixups() in resolvePendingFixups()
81 ->getFixups() in resolvePendingFixups()
85 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups()
202 DF->getFixups().push_back( in emitValueImpl()
397 IF->getFixups(), STI); in emitInstToFragment()
583 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel32Value()
591 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel64Value()
599 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel32Value()
607 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel64Value()
615 DF->getFixups().push_back( in emitGPRel32Value()
[all …]
HDMCAssembler.cpp987 Fixups = DF.getFixups(); in layout()
995 Fixups = RF.getFixups(); in layout()
1003 Fixups = CF.getFixups(); in layout()
1009 Fixups = DF.getFixups(); in layout()
1015 Fixups = DF.getFixups(); in layout()
1021 Fixups = LF.getFixups(); in layout()
1027 Fixups = PF.getFixups(); in layout()
1078 for (const MCFixup &Fixup : F->getFixups()) in fragmentNeedsRelaxation()
1103 F.getFixups().clear(); in relaxInstruction()
1105 getEmitter().encodeInstruction(Relaxed, F.getContents(), F.getFixups(), in relaxInstruction()
[all …]
HDMCWinCOFFStreamer.cpp71 DF->getFixups().push_back(Fixups[i]); in emitInstToData()
241 DF->getFixups().push_back(Fixup); in emitCOFFSectionIndex()
258 DF->getFixups().push_back(Fixup); in emitCOFFSecRel32()
277 DF->getFixups().push_back(Fixup); in emitCOFFImgRel32()
HDMCXCOFFStreamer.cpp97 DF->getFixups().push_back(Fixup); in emitXCOFFRefDirective()
155 auto &DataFragmentFixups = DF->getFixups(); in emitInstToData()
HDMCWasmStreamer.cpp176 for (auto &Fixup : F.getFixups()) in emitInstToFragment()
197 DF->getFixups().push_back(Fixups[I]); in emitInstToData()
HDMCELFStreamer.cpp490 for (auto &Fixup : F.getFixups()) in emitInstToFragment()
549 size_t FixupStartIndex = DF->getFixups().size(); in emitInstToData()
552 DF->getFixups(), STI); in emitInstToData()
554 auto Fixups = MutableArrayRef(DF->getFixups()).slice(FixupStartIndex); in emitInstToData()
HDMCMachOStreamer.cpp456 DF->getFixups().push_back(Fixup); in emitInstToData()
HDMCCodeView.cpp626 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups(); in encodeDefRange()
HDWasmObjectWriter.cpp1907 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeOneObject()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
HDLoongArchAsmBackend.cpp307 LF.getFixups().push_back( in relaxLEB128()
320 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr()
385 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVAsmBackend.cpp212 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr()
275 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
339 LF.getFixups().push_back( in relaxLEB128()
HDRISCVMCExpr.cpp70 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCFragment.h212 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function
213 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCELFStreamer.cpp164 DF->getFixups().push_back( in emitGOTToPCRelReloc()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonAsmBackend.cpp58 RF.getFixups() = Fixups; in ReplaceInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86AsmBackend.cpp813 for (auto &F : RF.getFixups()) { in padInstructionViaPrefix()
843 RF.getFixups() = Fixups; in padInstructionViaRelaxation()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFStreamer.cpp1174 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup()
1267 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()