Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp26 AllowAdditionalComments = (AssemblerDialect == AD_ATT); in SystemZMCAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h147 bool AllowAdditionalComments = true; variable
635 bool shouldAllowAdditionalComments() const { return AllowAdditionalComments; } in shouldAllowAdditionalComments()