| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/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 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);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVBaseInfo.cpp | 190 getExtInstSetFromString(std::string SetName) { in getExtInstSetFromString() argument 193 if (SetName == getExtInstSetName(Set)) in getExtInstSetFromString()
|
| H A D | SPIRVBaseInfo.h | 235 getExtInstSetFromString(std::string SetName);
|
| /openbsd-src/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-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ |
| H A D | ThreadFreeBSDKernel.h | 34 void SetName(const char *name) override { in SetName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/ |
| H A D | ThreadOpenBSDKernel.h | 34 void SetName(const char *name) override { in SetName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 60 SetName(ConstString(name)); in ValueObjectMemory() 91 SetName(ConstString(name)); in ValueObjectMemory()
|
| H A D | ValueObjectCast.cpp | 36 SetName(name); in ValueObjectCast()
|
| H A D | ValueObject.cpp | 1646 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticArrayMember() 1680 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticBitFieldChild() 1719 synthetic_child_sp->SetName(name_const_str); in GetSyntheticChildAtOffset() 1761 synthetic_child_sp->SetName(name_const_str); in GetSyntheticBase() 1802 synthetic_child_sp->SetName( in GetSyntheticExpressionPathChild() 2993 retval_sp->SetName(ConstString(name)); in CreateValueObjectFromExpression() 3015 ptr_result_valobj_sp->SetName(ConstString(name)); in CreateValueObjectFromAddress() 3032 new_value_sp->SetName(ConstString(name)); in CreateValueObjectFromData()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
| H A D | ThreadMachCore.h | 39 void SetName(const char *name) override { in SetName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ThreadKDP.h | 44 void SetName(const char *name) override { in SetName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 59 SetName(name); in ClangExpressionVariable()
|
| /openbsd-src/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
|
| H A D | LinuxProcMaps.cpp | 118 region.SetName(name); in ParseMemoryRegionInfoFromProcMapsLine()
|
| /openbsd-src/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 | StackFrameRecognizer.h | 155 SetName(parent.GetName()); in ValueObjectRecognizerSynthesizedValue()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.h | 67 void SetName(const char *name) override { in SetName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.h | 156 void SetName(const char *name) override { in SetName() function
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBMemoryRegionInfo.cpp | 31 m_opaque_up->SetName(name); in SBMemoryRegionInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 43 thread_spec_up->SetName(name); in CreateFromStructuredData()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 426 void SetName(ConstString type_name); 428 void SetName(const char *type_name_cstr);
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.h | 154 void SetName(const char *);
|