Searched refs:AVRAsmBackend (Results 1 – 3 of 3) sorted by relevance
233 void AVRAsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue()238 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()356 AVRAsmBackend::createObjectTargetWriter() const { in createObjectTargetWriter()360 void AVRAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()389 MCFixupKindInfo const &AVRAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()457 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData()467 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()483 return new AVRAsmBackend(STI.getTargetTriple().getOS()); in createAVRAsmBackend()
32 class AVRAsmBackend : public MCAsmBackend {34 AVRAsmBackend(Triple::OSType OSType) in AVRAsmBackend() function
2 AVRAsmBackend.cpp