Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/HdrGen/PrototypeTestGen/
H A DPrototypeTestGen.cpp19 EntrypointNamesOption("e", llvm::cl::desc("<list of entrypoints>"), variable
28 for (const auto &entrypoint : EntrypointNamesOption) { in TestGeneratorMain()
49 for (const auto &entrypoint : EntrypointNamesOption) { in TestGeneratorMain()
/llvm-project-15.0.7/libc/utils/HdrGen/
H A DMain.cpp27 llvm::cl::list<std::string> EntrypointNamesOption( variable
50 Generator G(HeaderDefFile, EntrypointNamesOption, StandardHeader, ArgMap); in HeaderGeneratorMain()