Searched refs:PublicAPICommand (Results 1 – 4 of 4) sorted by relevance
11 PublicAPICommand.cpp12 PublicAPICommand.h
28 class PublicAPICommand : public Command {35 PublicAPICommand(const std::vector<std::string> &EntrypointNames) in PublicAPICommand() function
41 } else if (CommandName == PublicAPICommand::Name) { in getCommandHandler()43 PublicAPICmd = std::make_unique<PublicAPICommand>(EntrypointNameList); in getCommandHandler()
119 const char PublicAPICommand::Name[] = "public_api";121 void PublicAPICommand::run(llvm::raw_ostream &OS, const ArgVector &Args, in run()