Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h640 enum StringFormat { enum
647 StringFormat Format;
649 explicit StringInit(RecordKeeper &RK, StringRef V, StringFormat Fmt) in StringInit()
661 StringFormat Fmt = SF_String);
663 static StringFormat determineFormat(StringFormat Fmt1, StringFormat Fmt2) { in determineFormat()
668 StringFormat getFormat() const { return Format; } in getFormat()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp596 StringInit *StringInit::get(RecordKeeper &RK, StringRef V, StringFormat Fmt) { in get()
959 StringInit::StringFormat Fmt = StringInit::SF_String; in interleaveStringList()