| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| 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);
|
| 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-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_thread_registry.cpp | 31 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase 95 SetName(0); in Reset() 219 tctx->SetName(name); in SetThreadName() 228 tctx->SetName(name); in SetThreadNameByUserId()
|
| D | sanitizer_thread_registry.h | 58 void SetName(const char *new_name);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/ |
| D | ExpressionVariable.h | 60 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | ValueObjectMemory.cpp | 59 SetName(ConstString(name)); in ValueObjectMemory() 91 SetName(ConstString(name)); in ValueObjectMemory()
|
| D | ValueObjectCast.cpp | 35 SetName(name); in ValueObjectCast()
|
| D | ValueObject.cpp | 1634 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticArrayMember() 1668 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticBitFieldChild() 1707 synthetic_child_sp->SetName(name_const_str); in GetSyntheticChildAtOffset() 1749 synthetic_child_sp->SetName(name_const_str); in GetSyntheticBase() 1790 synthetic_child_sp->SetName( in GetSyntheticExpressionPathChild() 2978 retval_sp->SetName(ConstString(name)); in CreateValueObjectFromExpression() 3000 ptr_result_valobj_sp->SetName(ConstString(name)); in CreateValueObjectFromAddress() 3017 new_value_sp->SetName(ConstString(name)); in CreateValueObjectFromData()
|
| D | ValueObjectDynamicValue.cpp | 36 SetName(parent.GetName()); in ValueObjectDynamicValue()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangExpressionVariable.cpp | 59 SetName(name); in ClangExpressionVariable()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| D | HistoryThread.h | 74 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
|
| D | LinuxProcMaps.cpp | 109 region.SetName(name); in ParseMemoryRegionInfoFromProcMapsLine()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| D | ThreadSpec.h | 49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function
|
| D | StackFrameRecognizer.h | 154 SetName(parent.GetName()); in ValueObjectRecognizerSynthesizedValue()
|
| D | MemoryRegionInfo.h | 62 void SetName(const char *name) { m_name = ConstString(name); } in SetName() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | ThreadGDBRemote.h | 67 void SetName(const char *name) override { in SetName() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| D | ThreadElfCore.h | 156 void SetName(const char *name) override { in SetName() function
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | ThreadSpec.cpp | 43 thread_spec_up->SetName(name); in CreateFromStructuredData()
|
| D | ABI.cpp | 103 const_valobj_sp->SetName(persistent_variable_name); in GetReturnValueObject()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| D | Type.h | 410 void SetName(ConstString type_name); 412 void SetName(const char *type_name_cstr);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| D | ItaniumABILanguageRuntime.cpp | 93 type_info.SetName(class_name); in GetTypeInfoFromVTableAddress() 297 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/ |
| D | BreakpointLocation.cpp | 148 GetLocationOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName() 153 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| D | InstrumentationRuntimeUBSan.cpp | 333 new_thread_sp->SetName(stop_reason_description.c_str()); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleObjCRuntimeV1.cpp | 59 class_type_or_name.SetName(class_descriptor->GetClassName()); in GetDynamicTypeAndAddress()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBValue.cpp | 67 m_valobj_sp->SetName(m_name); in ValueImpl() 148 value_sp->SetName(m_name); in GetSP() 623 new_value_sp->SetName(ConstString(name)); in CreateValueFromExpression() 1246 res_val_sp->SetName(ConstString(name)); in EvaluateExpression()
|