Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp26 struct CommandOption { struct
37 CommandOption() = default;
38 CommandOption(Record *Option) { in CommandOption() function
76 static void emitOption(const CommandOption &O, raw_ostream &OS) { in emitOption()
151 std::vector<CommandOption> Options; in emitOptions()
166 for (CommandOption &CO : Options) in emitOptions()