Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp108 static void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call() function
272 case AVR::fixup_call: in adjustFixupValue()
273 adjust::fixup_call(Size, Fixup, Value, Ctx); in adjustFixupValue()
523 case AVR::fixup_call: in shouldForceRelocation()
H A DAVRFixupKinds.h103 fixup_call, enumerator
H A DAVRELFObjectWriter.cpp115 case AVR::fixup_call: in getRelocType()
H A DAVRMCCodeEmitter.cpp216 MCFixupKind FixupKind = static_cast<MCFixupKind>(AVR::fixup_call); in encodeCallTarget()