Home
last modified time | relevance | path

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

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