Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DSearchableTableEmitter.cpp116 if (Field.IsCode || SI->hasCodeFormat()) in primaryRepresentation()
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h609 bool hasCodeFormat() const { return Format == SF_Code; } in hasCodeFormat() function
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp2129 if (StrInit->hasCodeFormat()) in getPrintType()