Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h105 fixup_6, enumerator
H A DAVRAsmBackend.cpp146 static void fixup_6(const MCFixup &Fixup, uint64_t &Value, MCContext *Ctx) { in fixup_6() function
337 case AVR::fixup_6: in adjustFixupValue()
338 adjust::fixup_6(Fixup, Value, Ctx); in adjustFixupValue()
H A DAVRELFObjectWriter.cpp115 case AVR::fixup_6: in getRelocType()
H A DAVRMCCodeEmitter.cpp169 addFixup(Fixups, 0, OffsetOp.getExpr(), AVR::fixup_6); in encodeMemri()