/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ThreadFreeBSDKernel.h | 34 void SetName(const char *name) override { in SetName() function
|
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ThreadKDP.h | 44 void SetName(const char *name) override { in SetName() function
|
/llvm-project/lldb/source/Plugins/Process/mach-core/ |
H A D | ThreadMachCore.h | 40 void SetName(const char *name) override { in SetName() function
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ThreadGDBRemote.h | 67 void SetName(const char *name) override { in SetName() function
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | HistoryThread.h | 74 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
|
/llvm-project/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); } SetName() function
|
H A D | Thread.h | 283 virtual void SetName(const char *name) {} SetName() function
|
/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.h | 84 void SetName(const char *name) { m_name = name; } in SetName() function
|
/llvm-project/lldb/include/lldb/Expression/ |
H A D | ExpressionVariable.h | 61 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
|
/llvm-project/lldb/source/Symbol/ |
H A D | Type.cpp | 878 void TypeAndOrName::SetName(ConstString type_name) { SetName() function in TypeAndOrName 882 void TypeAndOrName::SetName(const char *type_name_cstr) { SetName() function in TypeAndOrName 886 void TypeAndOrName::SetName(llvm::StringRef type_name) { SetName() function in TypeAndOrName
|
/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.cpp | 210 getExtInstSetFromString(std::string SetName) getExtInstSetFromString() argument
|
/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ThreadElfCore.h | 157 void SetName(const char *name) override { SetName() function
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 913 void SetName(ConstString name) { m_name = name; } SetName() function
|
H A D | ValueObject.h |
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 33 void ThreadContextBase::SetName(const char *new_name) { SetName() function in __sanitizer::ThreadContextBase
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark_register.cc | 471 void Benchmark::SetName(const std::string& name) { name_ = name; } in SetName() function in benchmark::internal::Benchmark
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.cpp | 619 void DynamicLoaderDarwinKernel::KextImageInfo::SetName(const char *name) { SetName() function in DynamicLoaderDarwinKernel::KextImageInfo
|
/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 2224 void SetName(const char *name) { return GetKeyField().SetText(name); } in SetName() function in curses::EnvironmentVariableFieldDelegate
|