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

/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp421 AVRMCExpr::VariantKind ModifierKind = AVRMCExpr::VK_AVR_None;
459 if (ModifierKind != AVRMCExpr::VK_AVR_None) {
466 if (ModifierKind != AVRMCExpr::VK_AVR_None)
654 AVRMCExpr::VK_AVR_None);
663 if (ModifierKind != AVRMCExpr::VK_AVR_None) {

Completed in 106 milliseconds