We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce9bbd commit 3e6a52cCopy full SHA for 3e6a52c
lldb/include/lldb/Target/SwiftLanguageRuntime.h
@@ -256,6 +256,8 @@ class SwiftLanguageRuntime : public LanguageRuntime {
256
llvm::Optional<unsigned> GetNumChildren(CompilerType type,
257
ValueObject *valobj);
258
259
+ /// Determine the enum case name for the \p data value of the enum \p type.
260
+ /// This is performed using Swift reflection.
261
llvm::Optional<std::string> GetEnumCaseName(CompilerType type,
262
const DataExtractor &data,
263
ExecutionContext *exe_ctx);
0 commit comments