Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h66 enum AsmCharLiteralSyntax { enum
240 AsmCharLiteralSyntax CharacterLiteralSyntax = ACLS_Unknown;
578 AsmCharLiteralSyntax characterLiteralSyntax() const { in characterLiteralSyntax()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1166 MCAsmInfo::AsmCharLiteralSyntax ACLS) { in PrintByteList()