| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 38 SetName(name, strict); in MethodName() 43 SetName(name, strict); in MethodName() 66 bool SetName(const char *name, bool strict); 67 bool SetName(llvm::StringRef name, bool strict);
|
| H A D | ObjCLanguage.cpp | 84 bool ObjCLanguage::MethodName::SetName(llvm::StringRef name, bool strict) { in SetName() function in ObjCLanguage::MethodName 119 bool ObjCLanguage::MethodName::SetName(const char *name, bool strict) { in SetName() function in ObjCLanguage::MethodName 120 return SetName(llvm::StringRef(name), strict); in SetName()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cc | 32 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase 96 SetName(0); in Reset() 222 tctx->SetName(name); in SetThreadName() 231 tctx->SetName(name); in SetThreadNameByUserId()
|
| H A D | sanitizer_thread_registry.h | 55 void SetName(const char *new_name);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 54 SetName(ConstString(name)); in ValueObjectMemory() 85 SetName(ConstString(name)); in ValueObjectMemory()
|
| H A D | ValueObjectCast.cpp | 36 SetName(name); in ValueObjectCast()
|
| H A D | ValueObject.cpp | 621 void ValueObject::SetName(const ConstString &name) { m_name = name; } in SetName() function in ValueObject 1761 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticArrayMember() 1796 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticBitFieldChild() 1837 synthetic_child_sp->SetName(name_const_str); in GetSyntheticChildAtOffset() 1879 synthetic_child_sp->SetName(name_const_str); in GetSyntheticBase() 1920 synthetic_child_sp->SetName( in GetSyntheticExpressionPathChild() 3137 retval_sp->SetName(ConstString(name)); in CreateValueObjectFromExpression() 3159 ptr_result_valobj_sp->SetName(ConstString(name)); in CreateValueObjectFromAddress() 3176 new_value_sp->SetName(ConstString(name)); in CreateValueObjectFromData()
|
| H A D | ValueObjectDynamicValue.cpp | 37 SetName(parent.GetName()); in ValueObjectDynamicValue()
|
| H A D | ValueObjectSyntheticFilter.cpp | 56 SetName(parent.GetName()); in ValueObjectSynthetic()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 65 void SetName(const ConstString &name) { m_frozen_sp->SetName(name); } in SetName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 60 SetName(name); in ClangExpressionVariable()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.h | 78 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
|
| H A D | LinuxProcMaps.cpp | 97 memory_region_info.SetName(name); in ParseMemoryRegionInfoFromProcMapsLine()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | FreeBSDThread.h | 43 void SetName(const char *name) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ThreadSpec.h | 54 void SetName(llvm::StringRef name) { m_name = name; } in SetName() function
|
| H A D | MemoryRegionInfo.h | 58 void SetName(const char *name) { m_name = ConstString(name); } in SetName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.h | 65 void SetName(const char *name) override { in SetName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.h | 157 void SetName(const char *name) override { in SetName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 58 thread_spec_up->SetName(name); in CreateFromStructuredData()
|
| H A D | ABI.cpp | 119 const_valobj_sp->SetName(persistent_variable_name); in GetReturnValueObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 94 type_info.SetName(class_name); in GetTypeInfoFromVTableAddress() 305 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 151 GetLocationOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName() 156 m_options_ap->GetThreadSpec()->SetName(thread_name); in SetThreadName()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 548 void SetName(const ConstString &type_name); 550 void SetName(const char *type_name_cstr);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 335 new_thread_sp->SetName(stop_reason_description.c_str()); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.cpp | 58 class_type_or_name.SetName(class_descriptor->GetClassName()); in GetDynamicTypeAndAddress()
|