Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp116 if (Field.IsCode || SI->hasCodeFormat()) in primaryRepresentation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h641 bool hasCodeFormat() const { return Format == SF_Code; } in hasCodeFormat() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp2231 if (StrInit->hasCodeFormat()) in getPrintType()