Searched refs:RISCVAsmBackend (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 58 RISCVAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo() 115 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() 179 void RISCVAsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction() 209 bool RISCVAsmBackend::relaxDwarfLineAddr(MCDwarfLineAddrFragment &DF, in relaxDwarfLineAddr() 275 bool RISCVAsmBackend::relaxDwarfCFA(MCDwarfCallFrameFragment &DF, in relaxDwarfCFA() 354 unsigned RISCVAsmBackend::getRelaxedOpcode(unsigned Op) const { in getRelaxedOpcode() 380 bool RISCVAsmBackend::mayNeedRelaxation(const MCInst &Inst, in mayNeedRelaxation() 385 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() 526 bool RISCVAsmBackend::evaluateTargetFixup( in evaluateTargetFixup() 668 bool RISCVAsmBackend::shouldInsertExtraNopBytesForCodeAlign( in shouldInsertExtraNopBytesForCodeAlign() [all …]
|
| H A D | RISCVAsmBackend.h | 24 class RISCVAsmBackend : public MCAsmBackend { 32 RISCVAsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI, bool Is64Bit, in RISCVAsmBackend() function 38 ~RISCVAsmBackend() override = default;
|
| H A D | RISCVELFStreamer.cpp | 37 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); in RISCVTargetELFStreamer() 47 static_cast<RISCVAsmBackend &>(MAB).setForceRelocs(); in RISCVTargetELFStreamer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2643 RISCVAsmBackend &MAB = in ParseInstruction() 2644 static_cast<RISCVAsmBackend &>(Assembler->getBackend()); in ParseInstruction()
|
| /freebsd-14.2/lib/clang/libllvm/ |
| H A D | Makefile | 1543 SRCS_MIN+= Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
|