Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp242 void AVRAsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue()
247 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()
357 AVRAsmBackend::createObjectTargetWriter() const { in createObjectTargetWriter()
361 void AVRAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
390 MCFixupKindInfo const &AVRAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
458 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData()
468 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()
484 return new AVRAsmBackend(STI.getTargetTriple().getOS()); in createAVRAsmBackend()
H A DAVRAsmBackend.h29 class AVRAsmBackend : public MCAsmBackend {
31 AVRAsmBackend(Triple::OSType OSType) in AVRAsmBackend() function
H A DCMakeLists.txt2 AVRAsmBackend.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AVR/MCTargetDesc/
H A DBUILD.gn53 "AVRAsmBackend.cpp",