Searched refs:getFixups (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCWasmStreamer.cpp | 43 for (unsigned i = 0, e = EF->getFixups().size(); i != e; ++i) { in mergeFragment() 44 EF->getFixups()[i].setOffset(EF->getFixups()[i].getOffset() + in mergeFragment() 46 DF->getFixups().push_back(EF->getFixups()[i]); in mergeFragment() 184 DF->getFixups().push_back(Fixups[i]); in EmitInstToData()
|
| H A D | MCObjectStreamer.cpp | 78 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups() 210 DF->getFixups().push_back( in EmitValueImpl() 373 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), in EmitInstToFragment() 573 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitDTPRel32Value() 583 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitDTPRel64Value() 593 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitTPRel32Value() 603 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitTPRel64Value() 613 DF->getFixups().push_back( in EmitGPRel32Value() 623 DF->getFixups().push_back( in EmitGPRel64Value() 648 DF->getFixups().push_back(MCFixup::create(OffsetValue, Expr, Kind, Loc)); in EmitRelocDirective() [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() 497 for (unsigned i = 0, e = F.getFixups().size(); i != e; ++i) in EmitInstToFragment() 498 fixSymbolsInTLSFixups(F.getFixups()[i].getValue()); in EmitInstToFragment() 588 DF->getFixups().push_back(Fixups[i]); in EmitInstToData()
|
| H A D | MCWinCOFFStreamer.cpp | 64 DF->getFixups().push_back(Fixups[i]); in EmitInstToData() 213 DF->getFixups().push_back(Fixup); in EmitCOFFSectionIndex() 230 DF->getFixups().push_back(Fixup); in EmitCOFFSecRel32() 249 DF->getFixups().push_back(Fixup); in EmitCOFFImgRel32()
|
| H A D | MCAssembler.cpp | 814 Fixups = FragWithFixups->getFixups(); in layout() 819 Fixups = FragWithFixups->getFixups(); in layout() 824 Fixups = FragWithFixups->getFixups(); in layout() 827 Fixups = FragWithFixups->getFixups(); in layout() 878 for (const MCFixup &Fixup : F->getFixups()) in fragmentNeedsRelaxation() 914 F.getFixups() = Fixups; in relaxInstruction() 970 DF.getFixups().clear(); in relaxDwarfLineAddr() 990 DF.getFixups().push_back( in relaxDwarfLineAddr()
|
| H A D | MCMachOStreamer.cpp | 463 DF->getFixups().push_back(Fixup); in EmitInstToData()
|
| H A D | MCCodeView.cpp | 614 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups(); in encodeDefRange()
|
| H A D | WasmObjectWriter.cpp | 1552 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeObject()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCExpr.cpp | 59 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 224 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function 225 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 59 RF.getFixups() = Fixups; in ReplaceInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 1237 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup() 1325 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()
|