Home
last modified time | relevance | path

Searched defs:RecordsEntry (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.h46 struct RecordsEntry { struct
52 RecordsEntry() {} in RecordsEntry() argument
53 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() function
54 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() function