Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp256 void AVRAsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue()
260 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()
378 AVRAsmBackend::createObjectTargetWriter() const { in createObjectTargetWriter()
382 void AVRAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
413 std::optional<MCFixupKind> AVRAsmBackend::getFixupKind(StringRef Name) const { in getFixupKind()
428 MCFixupKindInfo const &AVRAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
501 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
512 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()
531 return new AVRAsmBackend(STI.getTargetTriple().getOS()); in createAVRAsmBackend()
H A DAVRAsmBackend.h29 class AVRAsmBackend : public MCAsmBackend {
31 AVRAsmBackend(Triple::OSType OSType) in AVRAsmBackend() function