Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp161 enum class FindType { enum
169 static cl::opt<FindType> Find(
172 clEnumValN(FindType::None, "none", "No search, just dump the module."),
173 clEnumValN(FindType::Function, "function", "Find functions."),
174 clEnumValN(FindType::Block, "block", "Find blocks."),
175 clEnumValN(FindType::Namespace, "namespace", "Find namespaces."),
176 clEnumValN(FindType::Type, "type", "Find types."),
177 clEnumValN(FindType::Variable, "variable", "Find global variables.")),
763 if (Find != FindType::None) in getAction()
775 if (Find != FindType::None) in getAction()
[all …]