Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWasmStreamer.cpp42 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()
188 DF->getFixups().push_back(Fixups[I]); in EmitInstToData()
DMCObjectStreamer.cpp124 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups()
247 DF->getFixups().push_back( in EmitValueImpl()
424 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), in EmitInstToFragment()
608 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitDTPRel32Value()
618 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitDTPRel64Value()
628 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitTPRel32Value()
638 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitTPRel64Value()
648 DF->getFixups().push_back( in EmitGPRel32Value()
658 DF->getFixups().push_back( in EmitGPRel64Value()
683 DF->getFixups().push_back(MCFixup::create(OffsetValue, Expr, Kind, Loc)); in EmitRelocDirective()
[all …]
DMCELFStreamer.cpp80 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()
499 for (unsigned i = 0, e = F.getFixups().size(); i != e; ++i) in EmitInstToFragment()
500 fixSymbolsInTLSFixups(F.getFixups()[i].getValue()); in EmitInstToFragment()
590 DF->getFixups().push_back(Fixups[i]); in EmitInstToData()
DMCAssembler.cpp824 Fixups = FragWithFixups->getFixups(); in layout()
829 Fixups = FragWithFixups->getFixups(); in layout()
834 Fixups = FragWithFixups->getFixups(); in layout()
837 Fixups = FragWithFixups->getFixups(); in layout()
848 Fixups = FragWithFixups->getFixups(); in layout()
899 for (const MCFixup &Fixup : F->getFixups()) in fragmentNeedsRelaxation()
935 F.getFixups() = Fixups; in relaxInstruction()
1039 DF.getFixups().clear(); in relaxDwarfLineAddr()
1059 DF.getFixups().push_back( in relaxDwarfLineAddr()
1078 DF.getFixups().clear(); in relaxDwarfCallFrameFragment()
[all …]
DMCWinCOFFStreamer.cpp63 DF->getFixups().push_back(Fixups[i]); in EmitInstToData()
224 DF->getFixups().push_back(Fixup); in EmitCOFFSectionIndex()
241 DF->getFixups().push_back(Fixup); in EmitCOFFSecRel32()
260 DF->getFixups().push_back(Fixup); in EmitCOFFImgRel32()
DMCMachOStreamer.cpp467 DF->getFixups().push_back(Fixup); in EmitInstToData()
DMCCodeView.cpp613 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups(); in encodeDefRange()
DWasmObjectWriter.cpp1559 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCFragment.h210 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function
211 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCExpr.cpp73 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp57 RF.getFixups() = Fixups; in ReplaceInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1238 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup()
1331 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()