Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/HdrGen/PrototypeTestGen/
H A DPrototypeTestGen.cpp52 auto objectMatch = G.ObjectSpecMap.find(entrypoint); in TestGeneratorMain()
53 if (objectMatch != G.ObjectSpecMap.end()) { in TestGeneratorMain()
55 llvm::Record *objectSpec = G.ObjectSpecMap[entrypoint]; in TestGeneratorMain()
/llvm-project-15.0.7/libc/utils/HdrGen/
H A DPublicAPICommand.cpp120 if (G.ObjectSpecMap.find(Name) == G.ObjectSpecMap.end()) in writeAPIFromIndex()
122 llvm::Record *ObjectSpec = G.ObjectSpecMap[Name]; in writeAPIFromIndex()
/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.h66 NameToRecordMapping ObjectSpecMap; variable
H A DAPIIndexer.cpp115 ObjectSpecMap[ObjectName] = ObjectSpec; in indexStandardSpecDef()