Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.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 …]
H A DMCAssembler.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 …]
H A DMCWinCOFFStreamer.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()
H A DMCXCOFFStreamer.cpp97 DF->getFixups().push_back(Fixup); in emitXCOFFRefDirective()
155 auto &DataFragmentFixups = DF->getFixups(); in emitInstToData()
H A DMCWasmStreamer.cpp176 for (auto &Fixup : F.getFixups()) in emitInstToFragment()
197 DF->getFixups().push_back(Fixups[I]); in emitInstToData()
H A DMCELFStreamer.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()
H A DMCMachOStreamer.cpp456 DF->getFixups().push_back(Fixup); in emitInstToData()
H A DMCCodeView.cpp626 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups(); in encodeDefRange()
H A DWasmObjectWriter.cpp1907 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeOneObject()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp307 LF.getFixups().push_back( in relaxLEB128()
320 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr()
385 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp212 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr()
275 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
339 LF.getFixups().push_back( in relaxLEB128()
H A DRISCVMCExpr.cpp70 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h212 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function
213 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp164 DF->getFixups().push_back( in emitGOTToPCRelReloc()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp58 RF.getFixups() = Fixups; in ReplaceInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp813 for (auto &F : RF.getFixups()) { in padInstructionViaPrefix()
843 RF.getFixups() = Fixups; in padInstructionViaRelaxation()