Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfo.cpp103 return doesAllowAtInName(); in isAcceptableChar()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h677 bool doesAllowAtInName() const { return AllowAtInName; } in doesAllowAtInName() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1243 } else if (MAI.doesAllowAtInName() && !MAI.useParensForSymbolVariant()) { in parsePrimaryExpr()
H A DMasmParser.cpp1648 } else if (MAI.doesAllowAtInName() && !MAI.useParensForSymbolVariant()) { in parsePrimaryExpr()