Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp27 AllowAtAtStartOfIdentifier = (AssemblerDialect == AD_HLASM); in SystemZMCAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h215 bool AllowAtAtStartOfIdentifier = false; variable
667 return AllowAtAtStartOfIdentifier; in doesAllowAtAtStartOfIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp149 AllowAtAtStartOfIdentifier = true; in X86MCAsmInfoMicrosoftMASM()