Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h693 enum StringFormat { enum
700 StringFormat Format;
702 explicit StringInit(RecordKeeper &RK, StringRef V, StringFormat Fmt) in StringInit()
714 StringFormat Fmt = SF_String);
716 static StringFormat determineFormat(StringFormat Fmt1, StringFormat Fmt2) { in determineFormat()
721 StringFormat getFormat() const { return Format; } in getFormat()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp633 StringInit *StringInit::get(RecordKeeper &RK, StringRef V, StringFormat Fmt) { in get()
1037 StringInit::StringFormat Fmt = StringInit::SF_String; in interleaveStringList()