Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp26 AllowAdditionalComments = (AssemblerDialect == AD_ATT); in SystemZMCAsmInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h147 bool AllowAdditionalComments = true; variable
645 bool shouldAllowAdditionalComments() const { return AllowAdditionalComments; } in shouldAllowAdditionalComments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp147 AllowAdditionalComments = false; in X86MCAsmInfoMicrosoftMASM()