Searched refs:getFixups (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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() 246 DF->getFixups().push_back( in emitValueImpl() 431 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), in emitInstToFragment() 633 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel32Value() 643 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel64Value() 653 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel32Value() 663 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel64Value() 673 DF->getFixups().push_back( in emitGPRel32Value() 683 DF->getFixups().push_back( in emitGPRel64Value() 774 DF->getFixups().push_back( in emitRelocDirective() [all …]
|
H A D | MCAssembler.cpp | 893 Fixups = DF.getFixups(); in layout() 901 Fixups = RF.getFixups(); in layout() 909 Fixups = CF.getFixups(); in layout() 915 Fixups = DF.getFixups(); in layout() 921 Fixups = DF.getFixups(); in layout() 927 Fixups = PF.getFixups(); in layout() 979 for (const MCFixup &Fixup : F->getFixups()) in fragmentNeedsRelaxation() 1015 F.getFixups() = Fixups; in relaxInstruction() 1114 DF.getFixups().clear(); in relaxDwarfLineAddr() 1133 DF.getFixups().push_back( in relaxDwarfLineAddr() [all …]
|
H A D | MCELFStreamer.cpp | 80 for (unsigned i = 0, e = EF->getFixups().size(); i != e; ++i) { in mergeFragment() 81 EF->getFixups()[i].setOffset(EF->getFixups()[i].getOffset() + in mergeFragment() 83 DF->getFixups().push_back(EF->getFixups()[i]); in mergeFragment() 514 for (auto &Fixup : F.getFixups()) in emitInstToFragment() 605 DF->getFixups().push_back(Fixup); in emitInstToData()
|
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 | 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 | 1834 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeOneObject()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCExpr.cpp | 72 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFStreamer.cpp | 166 DF->getFixups().push_back( in emitGOTToPCRelReloc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 59 RF.getFixups() = Fixups; in ReplaceInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 1252 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup() 1345 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 911 for (auto &F : RF.getFixups()) { in padInstructionViaPrefix() 942 RF.getFixups() = Fixups; in padInstructionViaRelaxation()
|