Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbol.cpp68 if (MAI && !MAI->supportsNameQuoting()) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h691 bool supportsNameQuoting() const { return SupportsQuotedNames; } in supportsNameQuoting() function