Home
last modified time | relevance | path

Searched refs:ObjectSpec (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp113 for (llvm::Record *ObjectSpec : ObjectSpecList) { in indexStandardSpecDef()
114 auto ObjectName = std::string(ObjectSpec->getValueAsString("Name")); in indexStandardSpecDef()
115 ObjectSpecMap[ObjectName] = ObjectSpec; in indexStandardSpecDef()
/llvm-project-15.0.7/libc/spec/
H A Dspec.td141 class ObjectSpec<string name, string type> {
151 list<ObjectSpec> objects = []> {
157 list<ObjectSpec> Objects = objects;
H A Dstdc.td575 ObjectSpec<
579 ObjectSpec<
/llvm-project-15.0.7/libc/utils/HdrGen/
H A DPublicAPICommand.cpp122 llvm::Record *ObjectSpec = G.ObjectSpecMap[Name]; in writeAPIFromIndex() local
123 auto Type = ObjectSpec->getValueAsString("Type"); in writeAPIFromIndex()