Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h160 bool SupportsQuotedNames; variable
476 bool supportsNameQuoting() const { return SupportsQuotedNames; } in supportsNameQuoting()
/external/llvm/lib/MC/
DMCAsmInfo.cpp53 SupportsQuotedNames = true; in MCAsmInfo()