Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp233 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()
DAVRAsmBackend.h32 class AVRAsmBackend : public MCAsmBackend {
34 AVRAsmBackend(Triple::OSType OSType) in AVRAsmBackend() function
DCMakeLists.txt2 AVRAsmBackend.cpp