Searched refs:getFixups (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWasmStreamer.cpp | 42 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 D | MCObjectStreamer.cpp | 123 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups() 241 DF->getFixups().push_back( in emitValueImpl() 426 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), in emitInstToFragment() 628 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel32Value() 638 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel64Value() 648 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel32Value() 658 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel64Value() 668 DF->getFixups().push_back( in emitGPRel32Value() 678 DF->getFixups().push_back( in emitGPRel64Value() 769 DF->getFixups().push_back( in emitRelocDirective() [all …]
|
| H A D | MCWinCOFFStreamer.cpp | 63 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 D | MCAssembler.cpp | 874 Fixups = DF.getFixups(); in layout() 882 Fixups = RF.getFixups(); in layout() 890 Fixups = CF.getFixups(); in layout() 896 Fixups = DF.getFixups(); in layout() 902 Fixups = DF.getFixups(); in layout() 908 Fixups = PF.getFixups(); in layout() 960 for (const MCFixup &Fixup : F->getFixups()) in fragmentNeedsRelaxation() 996 F.getFixups() = Fixups; in relaxInstruction() 1100 DF.getFixups().clear(); in relaxDwarfLineAddr() 1122 DF.getFixups().clear(); in relaxDwarfCallFrameFragment() [all …]
|
| H A D | MCELFStreamer.cpp | 81 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() 530 for (auto &Fixup : F.getFixups()) in emitInstToFragment() 621 DF->getFixups().push_back(Fixup); in emitInstToData()
|
| H A D | MCXCOFFStreamer.cpp | 109 auto &DataFragmentFixups = DF->getFixups(); in emitInstToData()
|
| H A D | MCMachOStreamer.cpp | 470 DF->getFixups().push_back(Fixup); in emitInstToData()
|
| H A D | MCCodeView.cpp | 610 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups(); in encodeDefRange()
|
| H A D | WasmObjectWriter.cpp | 1845 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeOneObject()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 241 DF->getFixups().push_back(MCFixup::create( in emitValueImpl() 243 DF->getFixups().push_back(MCFixup::create( in emitValueImpl()
|
| H A D | RISCVMCExpr.cpp | 72 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
|
| H A D | RISCVAsmBackend.cpp | 213 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr() 281 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFStreamer.cpp | 166 DF->getFixups().push_back( in emitGOTToPCRelReloc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 223 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function 224 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 59 RF.getFixups() = Fixups; in ReplaceInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 1075 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup() 1168 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 911 for (auto &F : RF.getFixups()) { in padInstructionViaPrefix() 942 RF.getFixups() = Fixups; in padInstructionViaRelaxation()
|