Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfoXCOFF.cpp26 SupportsQuotedNames = false; in MCAsmInfoXCOFF()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.cpp48 SupportsQuotedNames = false; in NVPTXMCAsmInfo()
/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.cpp48 SupportsQuotedNames = false; in NVPTXMCAsmInfo()
/external/llvm-project/llvm/lib/MC/
DMCAsmInfoXCOFF.cpp24 SupportsQuotedNames = false; in MCAsmInfoXCOFF()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h166 bool SupportsQuotedNames; variable
493 bool supportsNameQuoting() const { return SupportsQuotedNames; } in supportsNameQuoting()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h161 bool SupportsQuotedNames = true; variable
535 bool supportsNameQuoting() const { return SupportsQuotedNames; } in supportsNameQuoting()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h178 bool SupportsQuotedNames = true; variable
571 bool supportsNameQuoting() const { return SupportsQuotedNames; } in supportsNameQuoting()
/external/llvm/lib/MC/
DMCAsmInfo.cpp53 SupportsQuotedNames = true; in MCAsmInfo()