Searched refs:fixup_call (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 100 static void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, 265 case AVR::fixup_call: in adjustFixupValue() 266 adjust::fixup_call(Size, Fixup, Value, Ctx); in adjustFixupValue() 457 {"fixup_call", 0, 22, 0}, in getFixupKindInfo() 527 case AVR::fixup_call: in shouldForceRelocation() 104 static void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, fixup_call() function
|
H A D | AVRFixupKinds.h | 103 fixup_call, enumerator
|
H A D | AVRELFObjectWriter.cpp | 114 case AVR::fixup_call: in getRelocType()
|
H A D | AVRMCCodeEmitter.cpp | 210 MCFixupKind FixupKind = static_cast<MCFixupKind>(AVR::fixup_call); in encodeCallTarget()
|
/llvm-project/llvm/test/MC/AVR/ |
H A D | inst-call.s | 18 ; CHECK: ; fixup A - offset: 0, value: r25, kind: fixup_call
|
H A D | inst-jmp.s | 22 ; CHECK: ; fixup A - offset: 0, value: foo+1, kind: fixup_call
|