Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/
DRecord.h642 SF_String, // Format as "text" enumerator
662 StringFormat Fmt = SF_String);
665 return (Fmt1 == SF_Code || Fmt2 == SF_Code) ? SF_Code : SF_String; in determineFormat()
677 if (Format == SF_String) in getAsString()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
DRecord.cpp599 auto &InitMap = Fmt == SF_String ? RKImpl.StringInitStringPool in get()
978 StringInit::StringFormat Fmt = StringInit::SF_String; in interleaveStringList()