Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1684 LazyBooleanFieldDelegate(const char *label, const char *calculate_label) in LazyBooleanFieldDelegate() argument
1685 : ChoicesFieldDelegate(label, 3, GetPossibleOptions(calculate_label)) {} in LazyBooleanFieldDelegate()
1690 std::vector<std::string> GetPossibleOptions(const char *calculate_label) { in GetPossibleOptions() argument
1692 options.push_back(calculate_label); in GetPossibleOptions()
2380 const char *calculate_label) { in AddLazyBooleanField() argument
2382 new LazyBooleanFieldDelegate(label, calculate_label); in AddLazyBooleanField()