Home
last modified time | relevance | path

Searched refs:PublicAPICommand (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libc/utils/HdrGen/
DCMakeLists.txt11 PublicAPICommand.cpp
12 PublicAPICommand.h
DPublicAPICommand.h28 class PublicAPICommand : public Command {
35 PublicAPICommand(const std::vector<std::string> &EntrypointNames) in PublicAPICommand() function
DGenerator.cpp41 } else if (CommandName == PublicAPICommand::Name) { in getCommandHandler()
43 PublicAPICmd = std::make_unique<PublicAPICommand>(EntrypointNameList); in getCommandHandler()
DPublicAPICommand.cpp119 const char PublicAPICommand::Name[] = "public_api";
121 void PublicAPICommand::run(llvm::raw_ostream &OS, const ArgVector &Args, in run()