Searched refs:VK_AVR_LO8 (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp33 } else if (ModifierKind == AVRMCExpr::VK_AVR_LO8)
34 Kind = MCSymbolRefExpr::VK_AVR_LO8;
H A DAVRMCExpr.h26 VK_AVR_LO8, ///< Corresponds to `lo8()`. enumerator in enum:llvm::AVRMCExpr::VariantKind
H A DAVRMCExpr.cpp25 {"lo8", AVRMCExpr::VK_AVR_LO8}, {"hi8", AVRMCExpr::VK_AVR_HI8},
103 case AVRMCExpr::VK_AVR_LO8:
148 case VK_AVR_LO8:
H A DAVRELFObjectWriter.cpp52 case MCSymbolRefExpr::VK_AVR_LO8:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp46 Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_LO8, Expr, IsNegated, Ctx);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h214 VK_AVR_LO8,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp239 case VK_AVR_LO8: return "lo8";
430 .Case("lo8", VK_AVR_LO8)

Completed in 216 milliseconds