Home
last modified time | relevance | path

Searched defs:SetName (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.h44 void SetName(const char *name) override { in SetName() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.h39 void SetName(const char *name) override { in SetName() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h67 void SetName(const char *name) override { in SetName() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DHistoryThread.h74 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadSpec.h49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function
DMemoryRegionInfo.h68 void SetName(const char *name) { m_name = ConstString(name); } in SetName() function
DThread.h283 virtual void SetName(const char *name) {} in SetName() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp72 bool ObjCLanguage::MethodName::SetName(llvm::StringRef name, bool strict) { in SetName() function in ObjCLanguage::MethodName
107 bool ObjCLanguage::MethodName::SetName(const char *name, bool strict) { in SetName() function in ObjCLanguage::MethodName
/openbsd/src/gnu/llvm/lldb/include/lldb/Expression/
DExpressionVariable.h61 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.h156 void SetName(const char *name) override { in SetName() function
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DType.cpp784 void TypeAndOrName::SetName(ConstString type_name) { in SetName() function in TypeAndOrName
788 void TypeAndOrName::SetName(const char *type_name_cstr) { in SetName() function in TypeAndOrName
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModule.h959 void SetName(ConstString name) { m_name = name; } in SetName() function
DValueObject.h560 void SetName(ConstString name) { m_name = name; } in SetName() function
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cpp33 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp617 void DynamicLoaderDarwinKernel::KextImageInfo::SetName(const char *name) { in SetName() function in DynamicLoaderDarwinKernel::KextImageInfo
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp2225 void SetName(const char *name) { return GetKeyField().SetText(name); } in SetName() function in curses::EnvironmentVariableFieldDelegate