Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp26 struct CommandOption { struct
38 CommandOption() = default;
39 CommandOption(Record *Option) { in CommandOption() function
80 static void emitOption(const CommandOption &O, raw_ostream &OS) { in emitOption()
155 std::vector<CommandOption> Options; in emitOptions()
170 for (CommandOption &CO : Options) in emitOptions()