Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp30 DotIsPC = (AssemblerDialect == AD_ATT); in SystemZMCAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h123 bool DotIsPC = true; variable
623 bool getDotIsPC() const { return DotIsPC; } in getDotIsPC()