Searched refs:CSKYAsmBackend (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 24 CSKYAsmBackend::createObjectTargetWriter() const { in createObjectTargetWriter() 29 CSKYAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo() 174 bool CSKYAsmBackend::fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, in fixupNeedsRelaxationAdvanced() 201 void CSKYAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 242 bool CSKYAsmBackend::mayNeedRelaxation(const MCInst &Inst, in mayNeedRelaxation() 263 bool CSKYAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() 287 bool CSKYAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() 293 void CSKYAsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction() 348 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() 358 return new CSKYAsmBackend(STI, Options); in createCSKYAsmBackend()
|
| H A D | CSKYAsmBackend.h | 19 class CSKYAsmBackend : public MCAsmBackend { 22 CSKYAsmBackend(const MCSubtargetInfo &STI, const MCTargetOptions &OP) in CSKYAsmBackend() function
|