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.cpp49 bool SystemZMCAsmInfoGOFF::isAcceptableChar(char C) const { in isAcceptableChar()
50 return MCAsmInfo::isAcceptableChar(C) || C == '#'; in isAcceptableChar()
48 bool SystemZMCAsmInfoGOFF::isAcceptableChar(char C) const { isAcceptableChar() function in SystemZMCAsmInfoGOFF
H A DSystemZMCAsmInfo.h28 bool isAcceptableChar(char C) const override;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfo.cpp101 bool MCAsmInfo::isAcceptableChar(char C) const { in isAcceptableChar() function in MCAsmInfo
115 if (!isAcceptableChar(C)) in isValidUnquotedName()
H A DMCAsmInfoXCOFF.cpp61 bool MCAsmInfoXCOFF::isAcceptableChar(char C) const { in isAcceptableChar() function in MCAsmInfoXCOFF
H A DMCContext.cpp461 if (!MAI->isAcceptableChar(InvalidName[I]) || InvalidName[I] == '_') { in createXCOFFSymbolImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfoXCOFF.h25 bool isAcceptableChar(char C) const override;
H A DMCAsmInfo.h592 virtual bool isAcceptableChar(char C) const;