Searched refs:VK_AVR_None (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp27 if (ModifierKind == AVRMCExpr::VK_AVR_None) {
H A DAVRMCELFStreamer.h46 AVRMCExpr::VariantKind ModifierKind = AVRMCExpr::VK_AVR_None);
H A DAVRMCExpr.cpp44 assert(Kind != VK_AVR_None);
138 case AVRMCExpr::VK_AVR_None:
180 case VK_AVR_None:
210 return VK_AVR_None;
H A DAVRMCExpr.h23 VK_AVR_None, enumerator in enum:llvm::AVRMCExpr::VariantKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp429 AVRMCExpr::VariantKind ModifierKind = AVRMCExpr::VK_AVR_None;
467 if (ModifierKind != AVRMCExpr::VK_AVR_None) {
474 if (ModifierKind != AVRMCExpr::VK_AVR_None)
674 AVRMCExpr::VK_AVR_None);
683 if (ModifierKind != AVRMCExpr::VK_AVR_None) {

Completed in 59 milliseconds