Searched refs:getFixups (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCWasmStreamer.cpp | 45 for (unsigned I = 0, E = EF->getFixups().size(); I != E; ++I) { in mergeFragment() 46 EF->getFixups()[I].setOffset(EF->getFixups()[I].getOffset() + in mergeFragment() 48 DF->getFixups().push_back(EF->getFixups()[I]); in mergeFragment() 190 for (auto &Fixup : F.getFixups()) in emitInstToFragment() 212 DF->getFixups().push_back(Fixups[I]); in emitInstToData()
|
| H A D | MCObjectStreamer.cpp | 133 ->getFixups() in resolvePendingFixups() 139 ->getFixups() in resolvePendingFixups() 143 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups() 265 DF->getFixups().push_back( in emitValueImpl() 475 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), in emitInstToFragment() 676 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel32Value() 686 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel64Value() 696 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel32Value() 706 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel64Value() 716 DF->getFixups().push_back( in emitGPRel32Value() [all …]
|
| H A D | MCWinCOFFStreamer.cpp | 62 DF->getFixups().push_back(Fixups[i]); in emitInstToData() 221 DF->getFixups().push_back(Fixup); in emitCOFFSectionIndex() 238 DF->getFixups().push_back(Fixup); in emitCOFFSecRel32() 257 DF->getFixups().push_back(Fixup); in emitCOFFImgRel32()
|
| H A D | MCAssembler.cpp | 883 Fixups = DF.getFixups(); in layout() 891 Fixups = RF.getFixups(); in layout() 899 Fixups = CF.getFixups(); in layout() 905 Fixups = DF.getFixups(); in layout() 911 Fixups = DF.getFixups(); in layout() 917 Fixups = PF.getFixups(); in layout() 969 for (const MCFixup &Fixup : F->getFixups()) in fragmentNeedsRelaxation() 1005 F.getFixups() = Fixups; in relaxInstruction() 1109 DF.getFixups().clear(); in relaxDwarfLineAddr() 1131 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() 539 for (auto &Fixup : F.getFixups()) in emitInstToFragment() 630 DF->getFixups().push_back(Fixup); in emitInstToData()
|
| H A D | MCXCOFFStreamer.cpp | 127 auto &DataFragmentFixups = DF->getFixups(); in emitInstToData()
|
| H A D | MCMachOStreamer.cpp | 495 DF->getFixups().push_back(Fixup); in emitInstToData()
|
| H A D | MCCodeView.cpp | 611 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups(); in encodeDefRange()
|
| H A D | WasmObjectWriter.cpp | 1898 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeOneObject()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 277 DF->getFixups().push_back(MCFixup::create( in emitValueImpl() 279 DF->getFixups().push_back(MCFixup::create( in emitValueImpl()
|
| H A D | RISCVMCExpr.cpp | 73 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
|
| H A D | RISCVAsmBackend.cpp | 194 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr() 262 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFStreamer.cpp | 165 DF->getFixups().push_back( in emitGOTToPCRelReloc()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 222 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function 223 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 826 for (auto &F : RF.getFixups()) { in padInstructionViaPrefix() 857 RF.getFixups() = Fixups; in padInstructionViaRelaxation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 60 RF.getFixups() = Fixups; in ReplaceInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 1188 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup() 1281 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()
|