Home
last modified time | relevance | path

Searched refs:isAcceptableChar (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp58 bool SystemZMCAsmInfoGOFF::isAcceptableChar(char C) const { in isAcceptableChar() function in SystemZMCAsmInfoGOFF
59 return MCAsmInfo::isAcceptableChar(C) || C == '#'; in isAcceptableChar()
H A DSystemZMCAsmInfo.h28 bool isAcceptableChar(char C) const override;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfo.cpp100 bool MCAsmInfo::isAcceptableChar(char C) const { in isAcceptableChar() function in MCAsmInfo
114 if (!isAcceptableChar(C)) in isValidUnquotedName()
H A DMCAsmInfoXCOFF.cpp48 bool MCAsmInfoXCOFF::isAcceptableChar(char C) const { in isAcceptableChar() function in MCAsmInfoXCOFF
H A DMCContext.cpp522 if (!MAI->isAcceptableChar(C) || C == '_') { in createXCOFFSymbolImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfoXCOFF.h25 bool isAcceptableChar(char C) const override;
H A DMCAsmInfo.h482 virtual bool isAcceptableChar(char C) const;