Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h806 bool useParensForDollarSignNames() const { in useParensForDollarSignNames() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp77 bool UseParens = MAI && MAI->useParensForDollarSignNames() && !InParens && in print()