HomeSort by relevance Sort by last modified time
    Searched refs:getFixups (Results 1 - 25 of 26) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCWasmStreamer.cpp 43 for (unsigned i = 0, e = EF->getFixups().size(); i != e; ++i) {
44 EF->getFixups()[i].setOffset(EF->getFixups()[i].getOffset() +
46 DF->getFixups().push_back(EF->getFixups()[i]);
185 DF->getFixups().push_back(Fixups[i]);
MCELFStreamer.cpp 81 for (unsigned i = 0, e = EF->getFixups().size(); i != e; ++i) {
82 EF->getFixups()[i].setOffset(EF->getFixups()[i].getOffset() +
84 DF->getFixups().push_back(EF->getFixups()[i]);
497 for (unsigned i = 0, e = F.getFixups().size(); i != e; ++i)
498 fixSymbolsInTLSFixups(F.getFixups()[i].getValue());
588 DF->getFixups().push_back(Fixups[i]);
MCWinCOFFStreamer.cpp 64 DF->getFixups().push_back(Fixups[i]);
213 DF->getFixups().push_back(Fixup);
230 DF->getFixups().push_back(Fixup);
249 DF->getFixups().push_back(Fixup);
MCObjectStreamer.cpp 187 DF->getFixups().push_back(
352 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(),
539 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(),
549 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(),
559 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(),
569 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(),
579 DF->getFixups().push_back(
589 DF->getFixups().push_back(
616 DF->getFixups().push_back(MCFixup::create(OffsetValue, Expr, Kind, Loc));
MCAssembler.cpp 813 Fixups = FragWithFixups->getFixups();
818 Fixups = FragWithFixups->getFixups();
823 Fixups = FragWithFixups->getFixups();
826 Fixups = FragWithFixups->getFixups();
877 for (const MCFixup &Fixup : F->getFixups())
913 F.getFixups() = Fixups;
    [all...]
MCMachOStreamer.cpp 461 DF->getFixups().push_back(Fixup);
MCCodeView.cpp 605 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups();
  /external/llvm/lib/MC/
MCELFStreamer.cpp 80 for (unsigned i = 0, e = EF->getFixups().size(); i != e; ++i) {
81 EF->getFixups()[i].setOffset(EF->getFixups()[i].getOffset() +
83 DF->getFixups().push_back(EF->getFixups()[i]);
468 for (unsigned i = 0, e = F.getFixups().size(); i != e; ++i)
469 fixSymbolsInTLSFixups(F.getFixups()[i].getValue());
545 DF->getFixups().push_back(Fixups[i]);
WinCOFFStreamer.cpp 56 DF->getFixups().push_back(Fixups[i]);
194 DF->getFixups().push_back(Fixup);
202 DF->getFixups().push_back(Fixup);
MCObjectStreamer.cpp 138 DF->getFixups().push_back(
278 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(),
453 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(),
463 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(),
489 DF->getFixups().push_back(MCFixup::create(OffsetValue, Expr, Kind, Loc));
MCAssembler.cpp 695 Fixups = FragWithFixups->getFixups();
698 Fixups = FragWithFixups->getFixups();
701 Fixups = FragWithFixups->getFixups();
748 for (const MCFixup &Fixup : F->getFixups())
782 F.getFixups() = Fixups;
MCCodeView.cpp 386 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups();
MCMachOStreamer.cpp 459 DF->getFixups().push_back(Fixup);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 138 std::vector<MCFixup> &getFixups() { return Fixups; }
139 const std::vector<MCFixup> &getFixups() const { return Fixups; }
198 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; }
199 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; }
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELFStreamer.cpp 328 for (unsigned i = 0, e = F.getFixups().size(); i != e; ++i)
329 fixSymbolsInTLSFixups(F.getFixups()[i].getValue());
MCObjectStreamer.cpp 192 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, IF->getFixups());
MCPureStreamer.cpp 206 IF->getFixups() = Fixups;
WinCOFFStreamer.cpp 381 Fragment->getFixups());
MCAssembler.cpp 710 IF.getFixups().clear();
713 IF.getFixups().push_back(Fixups[i]);
878 if (!DF->getFixups().empty()) {
  /external/llvm/include/llvm/MC/
MCFragment.h 204 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; }
205 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCFragment.h 224 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; }
225 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; }
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 59 RF.getFixups() = Fixups;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 59 RF.getFixups() = Fixups;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]

Completed in 476 milliseconds

1 2