Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h177 {lldb::eModuleUUIDCompletion, "module-uuid", "Completes to a module uuid."},
298 …{ lldb::eArgTypeModuleUUID, "module-uuid", lldb::eModuleUUIDCompletion, {}, { nullptr, false }, "A…
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1290 eModuleUUIDCompletion = (1ul << 15), enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp63 {lldb::eModuleUUIDCompletion, CommandCompletions::ModuleUUIDs}, in InvokeCommonCompletionCallbacks()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78538 {SWIG_LUA_CONSTTAB_INT("eModuleUUIDCompletion", lldb::eModuleUUIDCompletion)},