Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectCast.h22 class ConstString; variable
H A DUserSettingsController.h25 class ConstString; variable
H A DPluginManager.h46 class ConstString; variable
H A DCommunication.h30 class ConstString; variable
H A DModuleList.h34 class ConstString; variable
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.h38 llvm::DenseMap<ConstString, size_t> &&func_calls) in HTRBlockMetadata()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DListener.h30 class ConstString; variable
/llvm-project-15.0.7/lldb/source/Utility/
H A DConstString.cpp205 ConstString::ConstString(const char *cstr) in ConstString() function in ConstString
208 ConstString::ConstString(const char *cstr, size_t cstr_len) in ConstString() function in ConstString
211 ConstString::ConstString(const llvm::StringRef &s) in ConstString() function in ConstString
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameRecognizer.cpp68 llvm::ArrayRef<ConstString>, bool)> &callback) { in ForEach()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h64 class ConstString; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp446 llvm::ArrayRef<std::pair<ConstString, bool>> names, in GetChildAtNamePath()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go858 func (c Context) ConstString(str string, addnull bool) (v Value) { func
876 func ConstString(str string, addnull bool) (v Value) { func