Home
last modified time | relevance | path

Searched refs:CSKYAsmBackend (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp24 CSKYAsmBackend::createObjectTargetWriter() const { in createObjectTargetWriter()
29 CSKYAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
97 void CSKYAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
137 bool CSKYAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation()
143 void CSKYAsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction()
148 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData()
168 return new CSKYAsmBackend(STI, Options); in createCSKYAsmBackend()
H A DCSKYAsmBackend.h18 class CSKYAsmBackend : public MCAsmBackend {
21 CSKYAsmBackend(const MCSubtargetInfo &STI, const MCTargetOptions &OP) in CSKYAsmBackend() function