Searched refs:getFixups (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 75 ->getFixups() in resolvePendingFixups() 81 ->getFixups() in resolvePendingFixups() 85 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups() 202 DF->getFixups().push_back( in emitValueImpl() 397 IF->getFixups(), STI); in emitInstToFragment() 583 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel32Value() 591 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitDTPRel64Value() 599 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel32Value() 607 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in emitTPRel64Value() 615 DF->getFixups().push_back( in emitGPRel32Value() [all …]
|
H A D | MCAssembler.cpp | 987 Fixups = DF.getFixups(); in layout() 995 Fixups = RF.getFixups(); in layout() 1003 Fixups = CF.getFixups(); in layout() 1009 Fixups = DF.getFixups(); in layout() 1015 Fixups = DF.getFixups(); in layout() 1021 Fixups = LF.getFixups(); in layout() 1027 Fixups = PF.getFixups(); in layout() 1078 for (const MCFixup &Fixup : F->getFixups()) in fragmentNeedsRelaxation() 1103 F.getFixups().clear(); in relaxInstruction() 1105 getEmitter().encodeInstruction(Relaxed, F.getContents(), F.getFixups(), in relaxInstruction() [all …]
|
H A D | MCWinCOFFStreamer.cpp | 71 DF->getFixups().push_back(Fixups[i]); in emitInstToData() 241 DF->getFixups().push_back(Fixup); in emitCOFFSectionIndex() 258 DF->getFixups().push_back(Fixup); in emitCOFFSecRel32() 277 DF->getFixups().push_back(Fixup); in emitCOFFImgRel32()
|
H A D | MCXCOFFStreamer.cpp | 97 DF->getFixups().push_back(Fixup); in emitXCOFFRefDirective() 155 auto &DataFragmentFixups = DF->getFixups(); in emitInstToData()
|
H A D | MCWasmStreamer.cpp | 176 for (auto &Fixup : F.getFixups()) in emitInstToFragment() 197 DF->getFixups().push_back(Fixups[I]); in emitInstToData()
|
H A D | MCELFStreamer.cpp | 490 for (auto &Fixup : F.getFixups()) in emitInstToFragment() 549 size_t FixupStartIndex = DF->getFixups().size(); in emitInstToData() 552 DF->getFixups(), STI); in emitInstToData() 554 auto Fixups = MutableArrayRef(DF->getFixups()).slice(FixupStartIndex); in emitInstToData()
|
H A D | MCMachOStreamer.cpp | 456 DF->getFixups().push_back(Fixup); in emitInstToData()
|
H A D | MCCodeView.cpp | 626 SmallVectorImpl<MCFixup> &Fixups = Frag.getFixups(); in encodeDefRange()
|
H A D | WasmObjectWriter.cpp | 1907 for (const MCFixup &Fixup : DataFrag.getFixups()) { in writeOneObject()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchAsmBackend.cpp | 307 LF.getFixups().push_back( in relaxLEB128() 320 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr() 385 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 212 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr() 275 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA() 339 LF.getFixups().push_back( in relaxLEB128()
|
H A D | RISCVMCExpr.cpp | 70 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 212 SmallVectorImpl<MCFixup> &getFixups() { return Fixups; } in getFixups() function 213 const SmallVectorImpl<MCFixup> &getFixups() const { return Fixups; } in getFixups() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFStreamer.cpp | 164 DF->getFixups().push_back( in emitGOTToPCRelReloc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 58 RF.getFixups() = Fixups; in ReplaceInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 1174 Frag->getFixups().push_back(MCFixup::create(Frag->getContents().size(), Expr, in EmitFixup() 1267 DF->getFixups().push_back(MCFixup::create(DF->getContents().size(), in EmitPersonalityFixup()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 813 for (auto &F : RF.getFixups()) { in padInstructionViaPrefix() 843 RF.getFixups() = Fixups; in padInstructionViaRelaxation()
|