Searched refs:getBackend (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 164 if (auto State = getBackend().evaluateFixup(F, Fixup, Target, Value)) { in evaluateFixup() 191 getBackend().applyFixup(F, Fixup, Target, Contents, Value, IsResolved); in evaluateFixup() 239 getBackend().shouldInsertExtraNopBytesForCodeAlign(AF, Size)) in computeFragmentSize() 245 while (Size % getBackend().getMinimumNopSize()) in computeFragmentSize() 507 if (!getBackend().writeNopData(OS, DistanceToBoundary, STI)) in writeFragmentPadding() 512 if (!getBackend().writeNopData(OS, BundlePadding, STI)) in writeFragmentPadding() 524 llvm::endianness Endian = Asm.getBackend().Endian; in writeFragment() 567 if (!Asm.getBackend().writeNopData(OS, Count, AF.getSubtargetInfo())) in writeFragment() 635 Asm.getBackend().getMaximumNopSize(*NF.getSubtargetInfo()); in writeFragment() 658 if (!Asm.getBackend().writeNopData(OS, NumBytesToEmit, in writeFragment() [all …]
|
| H A D | MCObjectStreamer.cpp | 36 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer() 355 MCAsmBackend &Backend = Assembler.getBackend(); in emitInstructionImpl() 612 if (getAssembler().getBackend().shouldInsertExtraNopBytesForCodeAlign(*F, in emitCodeAlignment() 690 Assembler->getBackend().getFixupKind(Name); in emitRelocDirective()
|
| H A D | MCXCOFFStreamer.cpp | 95 getAssembler().getBackend().getFixupKind("R_REF"); in emitXCOFFRefDirective()
|
| H A D | MCMachOStreamer.cpp | 424 emitFrames(&getAssembler().getBackend()); in finishImpl()
|
| H A D | MCExpr.cpp | 387 !Asm->getBackend().shouldInsertExtraNopBytesForCodeAlign( in attemptToFoldSymbolOffsetDifference()
|
| H A D | MCAsmStreamer.cpp | 88 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer() 2350 getAssembler().getBackend().getFixupKindInfo(F.getKind()); in AddEncodingComment() 2418 auto Info = getAssembler().getBackend().getFixupKindInfo(Kind); in AddEncodingComment()
|
| H A D | WinCOFFObjectWriter.cpp | 917 getContext(), Target, Fixup, Target.getSubSym(), Asm->getBackend()); in recordRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchELFStreamer.cpp | 28 getStreamer().getAssembler().getBackend()); in LoongArchTargetELFStreamer()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZHLASMAsmStreamer.h | 64 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in SystemZHLASMAsmStreamer()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 33 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); in RISCVTargetELFStreamer()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 185 MCAsmBackend &getBackend() const { return *Backend; } in getBackend() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 1556 auto &Backend = static_cast<X86AsmBackend &>(S.getAssembler().getBackend()); in emitInstruction()
|