Home
last modified time | relevance | path

Searched refs:RISCVAsmBackend (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp48 RISCVAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
116 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()
168 void RISCVAsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction()
205 bool RISCVAsmBackend::relaxDwarfLineAddr(MCDwarfLineAddrFragment &DF, in relaxDwarfLineAddr()
275 bool RISCVAsmBackend::relaxDwarfCFA(MCDwarfCallFrameFragment &DF, in relaxDwarfCFA()
336 unsigned RISCVAsmBackend::getRelaxedOpcode(unsigned Op) const { in getRelaxedOpcode()
350 bool RISCVAsmBackend::mayNeedRelaxation(const MCInst &Inst, in mayNeedRelaxation()
355 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
488 bool RISCVAsmBackend::evaluateTargetFixup( in evaluateTargetFixup()
583 bool RISCVAsmBackend::shouldInsertExtraNopBytesForCodeAlign( in shouldInsertExtraNopBytesForCodeAlign()
[all …]
H A DRISCVAsmBackend.h24 class RISCVAsmBackend : public MCAsmBackend {
32 RISCVAsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI, bool Is64Bit, in RISCVAsmBackend() function
38 ~RISCVAsmBackend() override = default;
H A DCMakeLists.txt2 RISCVAsmBackend.cpp
H A DRISCVELFStreamer.cpp37 auto &MAB = static_cast<RISCVAsmBackend &>(MCA.getBackend()); in RISCVTargetELFStreamer()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/MCTargetDesc/
H A DBUILD.gn64 "RISCVAsmBackend.cpp",
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1968 RISCVAsmBackend &MAB = in ParseInstruction()
1969 static_cast<RISCVAsmBackend &>(Assembler->getBackend()); in ParseInstruction()