Home
last modified time | relevance | path

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

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