Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandOptionArgumentTable.h182 {lldb::eModuleUUIDCompletion, "module-uuid", "Completes to a module uuid."},
303 …{ lldb::eArgTypeModuleUUID, "module-uuid", lldb::eModuleUUIDCompletion, {}, { nullptr, false }, "A…
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h1298 eModuleUUIDCompletion = (1ul << 15), enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandCompletions.cpp65 {lldb::eModuleUUIDCompletion, CommandCompletions::ModuleUUIDs}, in InvokeCommonCompletionCallbacks()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81826 {SWIG_LUA_CONSTTAB_INT("eModuleUUIDCompletion", (lldb::eModuleUUIDCompletion))},