Home
last modified time | relevance | path

Searched defs:ConstString (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DConstString.h48 ConstString() : m_string(nullptr) {} in ConstString() function
58 ConstString(const ConstString &rhs) : m_string(rhs.m_string) {} in ConstString() function
H A DListener.h31 class ConstString; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectCast.h23 class ConstString; variable
H A DPluginManager.h28 class ConstString; variable
H A DUserSettingsController.h28 class ConstString; variable
H A DCommunication.h33 class ConstString; variable
H A DModuleList.h34 class ConstString; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DConstString.cpp201 ConstString::ConstString(const char *cstr) in ConstString() function in ConstString
204 ConstString::ConstString(const char *cstr, size_t cstr_len) in ConstString() function in ConstString
207 ConstString::ConstString(const llvm::StringRef &s) in ConstString() function in ConstString
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp215 std::function<bool(ConstString, const lldb::TypeSummaryImplSP &)> in ForEach()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h76 class ConstString; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp531 llvm::ArrayRef<std::pair<ConstString, bool>> names, in GetChildAtNamePath()