Home
last modified time | relevance | path

Searched refs:SetName (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h38 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 DObjCLanguage.cpp84 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 Dsanitizer_thread_registry.cc32 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 Dsanitizer_thread_registry.h55 void SetName(const char *new_name);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectMemory.cpp54 SetName(ConstString(name)); in ValueObjectMemory()
85 SetName(ConstString(name)); in ValueObjectMemory()
H A DValueObjectCast.cpp36 SetName(name); in ValueObjectCast()
H A DValueObject.cpp621 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 DValueObjectDynamicValue.cpp37 SetName(parent.GetName()); in ValueObjectDynamicValue()
H A DValueObjectSyntheticFilter.cpp56 SetName(parent.GetName()); in ValueObjectSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionVariable.h65 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 DClangExpressionVariable.cpp60 SetName(name); in ClangExpressionVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h78 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
H A DLinuxProcMaps.cpp97 memory_region_info.SetName(name); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.h43 void SetName(const char *name) override;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadSpec.h54 void SetName(llvm::StringRef name) { m_name = name; } in SetName() function
H A DMemoryRegionInfo.h58 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 DThreadGDBRemote.h65 void SetName(const char *name) override { in SetName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h157 void SetName(const char *name) override { in SetName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp58 thread_spec_up->SetName(name); in CreateFromStructuredData()
H A DABI.cpp119 const_valobj_sp->SetName(persistent_variable_name); in GetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp94 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 DBreakpointLocation.cpp151 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 DType.h548 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 DUBSanRuntime.cpp335 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 DAppleObjCRuntimeV1.cpp58 class_type_or_name.SetName(class_descriptor->GetClassName()); in GetDynamicTypeAndAddress()

12