Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.h34 void SetName(const char *name) override { in SetName() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/
H A DThreadOpenBSDKernel.h34 void SetName(const char *name) override { in SetName() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h39 void SetName(const char *name) override { in SetName() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h44 void SetName(const char *name) override { in SetName() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h67 void SetName(const char *name) override { in SetName() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h74 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThreadSpec.h49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function
H A DMemoryRegionInfo.h68 void SetName(const char *name) { m_name = ConstString(name); } in SetName() function
H A DThread.h283 virtual void SetName(const char *name) {} in SetName() function
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A 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/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionVariable.h61 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp190 getExtInstSetFromString(std::string SetName) { in getExtInstSetFromString()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h156 void SetName(const char *name) override { in SetName() function
/openbsd/gnu/llvm/lldb/source/Symbol/
H A 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/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h959 void SetName(ConstString name) { m_name = name; } in SetName() function
H A DValueObject.h560 void SetName(ConstString name) { m_name = name; } in SetName() function
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp33 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp617 void DynamicLoaderDarwinKernel::KextImageInfo::SetName(const char *name) { in SetName() function in DynamicLoaderDarwinKernel::KextImageInfo
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2225 void SetName(const char *name) { return GetKeyField().SetText(name); } in SetName() function in curses::EnvironmentVariableFieldDelegate