| /llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cpp | 41 void ThreadContextBase::SetName(const char *new_name) { in SetDead() 108 SetName(0); in ThreadRegistry() 242 tctx->SetName(name); in DetachThread() 248 threads_[tid->second]->SetName(name); in DetachThread() 33 void ThreadContextBase::SetName(const char *new_name) { SetName() function in __sanitizer::ThreadContextBase
|
| H A D | sanitizer_thread_registry.h | 60 void SetName(const char *new_name);
|
| /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/Core/ |
| H A D | ValueObjectVTable.cpp | |
| H A D | ValueObjectMemory.cpp | |
| H A D | ValueObjectCast.cpp | |
| /llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVBaseInfo.cpp | 218 getExtInstSetFromString(std::string SetName) { in getExtInstSetFromString() 222 if (SetName == getExtInstSetName(Set)) in getExtInstName() 210 getExtInstSetFromString(std::string SetName) getExtInstSetFromString() argument
|
| H A D | SPIRVBaseInfo.h | 253 getExtInstSetFromString(std::string SetName); in getSPIRVStringOperand()
|
| /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/mach-core/ |
| H A D | ThreadMachCore.h | 40 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/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 57 SetName(name); in ClangExpressionVariable()
|
| /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
|
| H A D | LinuxProcMaps.cpp | 118 region.SetName(name); in ParseMemoryRegionInfoFromProcMapsLine()
|
| /llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 795 void SetName(ConstString type_name); 797 void SetName(const char *type_name_cstr); 799 void SetName(llvm::StringRef name);
|
| /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 | StackFrameRecognizer.h | 180 SetName(parent.GetName());
|
| /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/elf-core/ |
| H A D | ThreadElfCore.h | 196 void SetName(const char *name) override { 157 void SetName(const char *name) override { SetName() function
|
| /llvm-project/third-party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 1302 void SetName(const std::string& name); 1592 this->SetName(#BaseClass "/" #Method); \ 1603 this->SetName(#BaseClass "<" #a ">/" #Method); \ 1614 this->SetName(#BaseClass "<" #a "," #b ">/" #Method); \ 1626 this->SetName(#BaseClass "<" #__VA_ARGS__ ">/" #Method); \
|
| /llvm-project/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 31 m_opaque_up->SetName(name); in SBMemoryRegionInfo()
|
| /llvm-project/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 43 thread_spec_up->SetName(name); in CreateFromStructuredData()
|
| /llvm-project/third-party/benchmark/src/ |
| H A D | benchmark_register.cc | 233 SetName(name); in Name() 471 void Benchmark::SetName(const std::string& name) { name_ = name; } in SetName() function in benchmark::internal::Benchmark
|
| /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/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.cpp | 159 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()
|