Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp33 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 Dsanitizer_thread_registry.h59 void SetName(const char *new_name);
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h61 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp208 getExtInstSetFromString(std::string SetName) { in getExtInstSetFromString() argument
211 if (SetName == getExtInstSetName(Set)) in getExtInstSetFromString()
H A DSPIRVBaseInfo.h237 getExtInstSetFromString(std::string SetName);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp29 SetName(ConstString(llvm::formatv("[{0}]", func_idx).str())); in ValueObjectVTableChild()
241 SetName(GetTypeName()); in UpdateValue()
H A DValueObjectMemory.cpp60 SetName(ConstString(name)); in ValueObjectMemory()
91 SetName(ConstString(name)); in ValueObjectMemory()
H A DValueObjectCast.cpp36 SetName(name); in ValueObjectCast()
H A DValueObject.cpp1605 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticArrayMember()
1641 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticBitFieldChild()
1676 synthetic_child_sp->SetName(name_const_str); in GetSyntheticChildAtOffset()
1718 synthetic_child_sp->SetName(name_const_str); in GetSyntheticBase()
1761 synthetic_child->SetName( in GetSyntheticExpressionPathChild()
2960 retval_sp->SetName(ConstString(name)); in CreateValueObjectFromExpression()
2982 ptr_result_valobj_sp->SetName(ConstString(name)); in CreateValueObjectFromAddress()
2999 new_value_sp->SetName(ConstString(name)); in CreateValueObjectFromData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.h34 void SetName(const char *name) override { in SetName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp57 SetName(name); in ClangExpressionVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h74 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
H A DLinuxProcMaps.cpp118 region.SetName(name); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function
H A DStackFrameRecognizer.h155 SetName(parent.GetName()); in ValueObjectRecognizerSynthesizedValue()
H A DMemoryRegionInfo.h68 void SetName(const char *name) { m_name = ConstString(name); } in SetName() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h728 void SetName(ConstString type_name);
730 void SetName(const char *type_name_cstr);
732 void SetName(llvm::StringRef name);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h67 void SetName(const char *name) override { in SetName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h157 void SetName(const char *name) override { in SetName() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp43 thread_spec_up->SetName(name); in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp31 m_opaque_up->SetName(name); in SBMemoryRegionInfo()
H A DSBValue.cpp67 m_valobj_sp->SetName(m_name); in ValueImpl()
150 value_sp->SetName(m_name); in GetSP()
600 new_value_sp->SetName(ConstString(name)); in CreateValueFromExpression()
1199 res_val_sp->SetName(ConstString(name)); in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h84 void SetName(const char *name) { m_name = name; } in SetName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp157 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp148 GetLocationOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
153 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()

123