Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSymbol.cpp64 if (MAI && !MAI->supportsNameQuoting()) in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSymbol.cpp70 if (MAI && !MAI->supportsNameQuoting()) in print()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h493 bool supportsNameQuoting() const { return SupportsQuotedNames; } in supportsNameQuoting() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h511 bool supportsNameQuoting() const { return SupportsQuotedNames; } in supportsNameQuoting() function