Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.h35 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);
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-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cpp31 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()
Dsanitizer_thread_registry.h58 void SetName(const char *new_name);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/
DExpressionVariable.h60 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObjectMemory.cpp59 SetName(ConstString(name)); in ValueObjectMemory()
91 SetName(ConstString(name)); in ValueObjectMemory()
DValueObjectCast.cpp35 SetName(name); in ValueObjectCast()
DValueObject.cpp1634 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()
DValueObjectDynamicValue.cpp36 SetName(parent.GetName()); in ValueObjectDynamicValue()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionVariable.cpp59 SetName(name); in ClangExpressionVariable()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DHistoryThread.h74 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
DLinuxProcMaps.cpp109 region.SetName(name); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DThreadSpec.h49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function
DStackFrameRecognizer.h154 SetName(parent.GetName()); in ValueObjectRecognizerSynthesizedValue()
DMemoryRegionInfo.h62 void SetName(const char *name) { m_name = ConstString(name); } in SetName() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h67 void SetName(const char *name) override { in SetName() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.h156 void SetName(const char *name) override { in SetName() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThreadSpec.cpp43 thread_spec_up->SetName(name); in CreateFromStructuredData()
DABI.cpp103 const_valobj_sp->SetName(persistent_variable_name); in GetReturnValueObject()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DType.h410 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/
DItaniumABILanguageRuntime.cpp93 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/
DBreakpointLocation.cpp148 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/
DInstrumentationRuntimeUBSan.cpp333 new_thread_sp->SetName(stop_reason_description.c_str()); in GetBacktracesFromExtendedStopInfo()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp59 class_type_or_name.SetName(class_descriptor->GetClassName()); in GetDynamicTypeAndAddress()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBValue.cpp67 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()

12