Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h695 SF_Code, // Format as [{text}] enumerator
717 return (Fmt1 == SF_Code || Fmt2 == SF_Code) ? SF_Code : SF_String; in determineFormat()
722 bool hasCodeFormat() const { return Format == SF_Code; } in hasCodeFormat()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2665 R = StringInit::get(Records, Lex.getCurStrVal(), StringInit::SF_Code); in ParseSimpleValue()