Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp23 CSKYAsmBackend::createObjectTargetWriter() const { in createObjectTargetWriter()
27 MCFixupKindInfo CSKYAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
160 bool CSKYAsmBackend::fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, in fixupNeedsRelaxationAdvanced()
183 std::optional<bool> CSKYAsmBackend::evaluateFixup(const MCFragment &F, in evaluateFixup()
198 void CSKYAsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup()
242 bool CSKYAsmBackend::mayNeedRelaxation(unsigned Opcode, ArrayRef<MCOperand>, in mayNeedRelaxation()
263 bool CSKYAsmBackend::shouldForceRelocation(const MCFixup &Fixup, in shouldForceRelocation()
279 bool CSKYAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()
284 void CSKYAsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction()
339 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
[all …]
H A DCSKYAsmBackend.h19 class CSKYAsmBackend : public MCAsmBackend {
22 CSKYAsmBackend(const MCSubtargetInfo &STI, const MCTargetOptions &OP) in CSKYAsmBackend() function