Home
last modified time | relevance | path

Searched refs:EnumerationSpec (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/utils/HdrGen/
H A DPublicAPICommand.cpp78 llvm::Record *EnumerationSpec = G.EnumerationSpecMap[Name]; in writeAPIFromIndex() local
79 OS << " " << EnumerationSpec->getValueAsString("Name"); in writeAPIFromIndex()
80 auto Value = EnumerationSpec->getValueAsString("Value"); in writeAPIFromIndex()
/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp107 for (llvm::Record *EnumerationSpec : EnumerationSpecList) { in indexStandardSpecDef()
109 EnumerationSpec->getValueAsString("Name"))] = EnumerationSpec; in indexStandardSpecDef()