reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
822 Fixups = FragWithFixups->getFixups(); 827 Fixups = FragWithFixups->getFixups(); 832 Fixups = FragWithFixups->getFixups(); 835 Fixups = FragWithFixups->getFixups(); 846 Fixups = FragWithFixups->getFixups(); 933 F.getFixups() = Fixups; 985 DF.getFixups().clear(); 1005 DF.getFixups().push_back( 1024 DF.getFixups().clear(); 1032 DF.getFixups().push_back(MCFixup::create(lib/MC/MCCodeView.cpp
613 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups();
lib/MC/MCELFStreamer.cpp80 for (unsigned i = 0, e = EF->getFixups().size(); i != e; ++i) { 81 EF->getFixups()[i].setOffset(EF->getFixups()[i].getOffset() + 81 EF->getFixups()[i].setOffset(EF->getFixups()[i].getOffset() + 83 DF->getFixups().push_back(EF->getFixups()[i]); 83 DF->getFixups().push_back(EF->getFixups()[i]); 502 for (unsigned i = 0, e = F.getFixups().size(); i != e; ++i) 503 fixSymbolsInTLSFixups(F.getFixups()[i].getValue()); 593 DF->getFixups().push_back(Fixups[i]);lib/MC/MCMachOStreamer.cpp
467 DF->getFixups().push_back(Fixup);
lib/MC/MCObjectStreamer.cpp77 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); 209 DF->getFixups().push_back( 372 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), 572 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), 582 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), 592 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), 602 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), 612 DF->getFixups().push_back( 622 DF->getFixups().push_back( 647 DF->getFixups().push_back(MCFixup::create(OffsetValue, Expr, Kind, Loc)); 656 DF->getFixups().push_back(MCFixup::create(SRE.getSymbol().getOffset(),lib/MC/MCWasmStreamer.cpp
42 for (unsigned I = 0, E = EF->getFixups().size(); I != E; ++I) { 43 EF->getFixups()[I].setOffset(EF->getFixups()[I].getOffset() + 43 EF->getFixups()[I].setOffset(EF->getFixups()[I].getOffset() + 45 DF->getFixups().push_back(EF->getFixups()[I]); 45 DF->getFixups().push_back(EF->getFixups()[I]); 188 DF->getFixups().push_back(Fixups[I]);lib/MC/MCWinCOFFStreamer.cpp
63 DF->getFixups().push_back(Fixups[i]); 224 DF->getFixups().push_back(Fixup); 241 DF->getFixups().push_back(Fixup); 260 DF->getFixups().push_back(Fixup);lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
1236 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, 1324 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(),lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
57 RF.getFixups() = Fixups;