Home
last modified time | relevance | path

Searched defs:GetInstanceName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DTelemetry.cpp193 virtual llvm::StringRef GetInstanceName() const override { in GetInstanceName() function in lldb_private::telemetry::NoOpTelemetryManager
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h370 const std::string &GetInstanceName() const { return m_instance_name; } in GetInstanceName() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1301 const char *SBDebugger::GetInstanceName() { in GetInstanceName() function in SBDebugger