Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.cpp49 SupportsQuotedNames = false; in NVPTXMCAsmInfo()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h166 bool SupportsQuotedNames; variable
493 bool supportsNameQuoting() const { return SupportsQuotedNames; } in supportsNameQuoting()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h161 bool SupportsQuotedNames = true; variable
511 bool supportsNameQuoting() const { return SupportsQuotedNames; } in supportsNameQuoting()
/external/llvm/lib/MC/
DMCAsmInfo.cpp53 SupportsQuotedNames = true; in MCAsmInfo()