Searched refs:ObjectSpecMap (Results 1 – 4 of 4) sorted by relevance
52 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()
120 if (G.ObjectSpecMap.find(Name) == G.ObjectSpecMap.end()) in writeAPIFromIndex()122 llvm::Record *ObjectSpec = G.ObjectSpecMap[Name]; in writeAPIFromIndex()
66 NameToRecordMapping ObjectSpecMap; variable
115 ObjectSpecMap[ObjectName] = ObjectSpec; in indexStandardSpecDef()