/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ThreadFreeBSDKernel.h | 34 void SetName(const char *name) override { in SetName() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/ |
H A D | ThreadOpenBSDKernel.h | 34 void SetName(const char *name) override { in SetName() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
H A D | ThreadMachCore.h | 39 void SetName(const char *name) override { in SetName() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ThreadKDP.h | 44 void SetName(const char *name) override { in SetName() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ThreadGDBRemote.h | 67 void SetName(const char *name) override { in SetName() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | HistoryThread.h | 74 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | ThreadSpec.h | 49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function
|
H A D | MemoryRegionInfo.h | 68 void SetName(const char *name) { m_name = ConstString(name); } in SetName() function
|
H A D | Thread.h | 283 virtual void SetName(const char *name) {} in SetName() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 72 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 D | ExpressionVariable.h | 61 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.cpp | 190 getExtInstSetFromString(std::string SetName) { in getExtInstSetFromString()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
H A D | ThreadElfCore.h | 156 void SetName(const char *name) override { in SetName() function
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | Type.cpp | 784 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 D | Module.h | 959 void SetName(ConstString name) { m_name = name; } in SetName() function
|
H A D | ValueObject.h | 560 void SetName(ConstString name) { m_name = name; } in SetName() function
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 33 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase
|
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.cpp | 617 void DynamicLoaderDarwinKernel::KextImageInfo::SetName(const char *name) { in SetName() function in DynamicLoaderDarwinKernel::KextImageInfo
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 2225 void SetName(const char *name) { return GetKeyField().SetText(name); } in SetName() function in curses::EnvironmentVariableFieldDelegate
|