| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 35 SetName(name, strict); in MethodName() 40 SetName(name, strict); in MethodName() 63 bool SetName(const char *name, bool strict); 64 bool SetName(llvm::StringRef name, bool strict);
|
| /llvm-project-15.0.7/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 97 SetName(0); in Reset() 227 tctx->SetName(name); in SetThreadName() 233 threads_[tid->second]->SetName(name); in SetThreadNameByUserId()
|
| H A D | sanitizer_thread_registry.h | 59 void SetName(const char *new_name);
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 60 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | ThreadFreeBSDKernel.h | 34 void SetName(const char *name) override { in SetName() function
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 59 SetName(ConstString(name)); in ValueObjectMemory() 91 SetName(ConstString(name)); in ValueObjectMemory()
|
| H A D | ValueObjectCast.cpp | 35 SetName(name); in ValueObjectCast()
|
| H A D | ValueObject.cpp | 1637 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticArrayMember() 1671 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticBitFieldChild() 1710 synthetic_child_sp->SetName(name_const_str); in GetSyntheticChildAtOffset() 1752 synthetic_child_sp->SetName(name_const_str); in GetSyntheticBase() 1793 synthetic_child_sp->SetName( in GetSyntheticExpressionPathChild() 2981 retval_sp->SetName(ConstString(name)); in CreateValueObjectFromExpression() 3003 ptr_result_valobj_sp->SetName(ConstString(name)); in CreateValueObjectFromAddress() 3020 new_value_sp->SetName(ConstString(name)); in CreateValueObjectFromData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/ |
| H A D | ThreadMachCore.h | 39 void SetName(const char *name) override { in SetName() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ThreadKDP.h | 44 void SetName(const char *name) override { in SetName() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 59 SetName(name); in ClangExpressionVariable()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.h | 74 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
|
| H A D | LinuxProcMaps.cpp | 117 region.SetName(name); in ParseMemoryRegionInfoFromProcMapsLine()
|
| /llvm-project-15.0.7/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 | StackFrameRecognizer.h | 154 SetName(parent.GetName()); in ValueObjectRecognizerSynthesizedValue()
|
| H A D | MemoryRegionInfo.h | 68 void SetName(const char *name) { m_name = ConstString(name); } in SetName() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.h | 67 void SetName(const char *name) override { in SetName() function
|
| /llvm-project-15.0.7/third-party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 1096 void SetName(const char* name); 1342 this->SetName(#BaseClass "/" #Method); \ 1353 this->SetName(#BaseClass "<" #a ">/" #Method); \ 1364 this->SetName(#BaseClass "<" #a "," #b ">/" #Method); \ 1376 this->SetName(#BaseClass "<" #__VA_ARGS__ ">/" #Method); \
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.h | 156 void SetName(const char *name) override { in SetName() function
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | benchmark_register.cc | 226 SetName(name.c_str()); in Name() 455 void Benchmark::SetName(const char* name) { name_ = name; } in SetName() function in benchmark::internal::Benchmark
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 43 thread_spec_up->SetName(name); in CreateFromStructuredData()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 30 m_opaque_up->SetName(name); in SBMemoryRegionInfo()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 413 void SetName(ConstString type_name); 415 void SetName(const char *type_name_cstr);
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 93 type_info.SetName(class_name); in GetTypeInfoFromVTableAddress() 297 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.h | 154 void SetName(const char *);
|