Searched refs:FunctionSpecMap (Results 1 – 5 of 5) sorted by relevance
92 if (G.FunctionSpecMap.find(Name) == G.FunctionSpecMap.end()) { in writeAPIFromIndex()101 llvm::Record *FunctionSpec = G.FunctionSpecMap[Name]; in writeAPIFromIndex()
50 auto match = G.FunctionSpecMap.find(entrypoint); in TestGeneratorMain()51 if (match == G.FunctionSpecMap.end()) { in TestGeneratorMain()
97 auto Iter = Indexer.FunctionSpecMap.find(FunctionName); in getFunctionSpec()98 if (Iter == Indexer.FunctionSpecMap.end()) { in getFunctionSpec()
64 NameToRecordMapping FunctionSpecMap; variable
101 FunctionSpecMap[FunctionName] = FunctionSpec; in indexStandardSpecDef()