Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp48 SupportsQuotedNames = false; in NVPTXMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCAsmInfoXCOFF.cpp33 SupportsQuotedNames = false; in MCAsmInfoXCOFF()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h229 bool SupportsQuotedNames = true; variable
701 bool supportsNameQuoting() const { return SupportsQuotedNames; } in supportsNameQuoting()