Home
last modified time | relevance | path

Searched refs:hasCodeFormat (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp119 if (Field.IsCode || SI->hasCodeFormat()) in primaryRepresentation()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h722 bool hasCodeFormat() const { return Format == SF_Code; } in hasCodeFormat() function
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2687 if (StrInit->hasCodeFormat()) in getPrintType()