Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h695 enum StringFormat { enum
702 StringFormat Format;
704 explicit StringInit(RecordKeeper &RK, StringRef V, StringFormat Fmt) in StringInit()
716 StringFormat Fmt = SF_String);
718 static StringFormat determineFormat(StringFormat Fmt1, StringFormat Fmt2) { in determineFormat()
723 StringFormat getFormat() const { return Format; } in getFormat()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp677 StringFormat Fmt) { in get()
1118 StringInit::StringFormat Fmt = StringInit::SF_String; in interleaveStringList()