Home
last modified time | relevance | path

Searched refs:FunctionSpecMap (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libc/utils/HdrGen/
H A DPublicAPICommand.cpp92 if (G.FunctionSpecMap.find(Name) == G.FunctionSpecMap.end()) { in writeAPIFromIndex()
101 llvm::Record *FunctionSpec = G.FunctionSpecMap[Name]; in writeAPIFromIndex()
/llvm-project-15.0.7/libc/utils/HdrGen/PrototypeTestGen/
H A DPrototypeTestGen.cpp50 auto match = G.FunctionSpecMap.find(entrypoint); in TestGeneratorMain()
51 if (match == G.FunctionSpecMap.end()) { in TestGeneratorMain()
/llvm-project-15.0.7/libc/utils/tools/WrapperGen/
H A DMain.cpp97 auto Iter = Indexer.FunctionSpecMap.find(FunctionName); in getFunctionSpec()
98 if (Iter == Indexer.FunctionSpecMap.end()) { in getFunctionSpec()
/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.h64 NameToRecordMapping FunctionSpecMap; variable
H A DAPIIndexer.cpp101 FunctionSpecMap[FunctionName] = FunctionSpec; in indexStandardSpecDef()