Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h158 using RecordMap = llvm::MapVector<K, std::unique_ptr<V>>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1964 using RecordMap = std::map<std::string, std::unique_ptr<Record>, std::less<>>; variable