Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp300 ArrayRef<MCAsmMacroArgument> A, bool EnableAtPseudoVariable,
2507 bool EnableAtPseudoVariable, SMLoc L) { in expandMacro() argument
2573 if (EnableAtPseudoVariable && Body[I] == '@' && I + 1 != End) in expandMacro()