Home
last modified time | relevance | path

Searched refs:SetName (Results 1 – 25 of 51) 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/lldb/source/Core/
H A DValueObjectVTable.cpp29 SetName(ConstString(llvm::formatv("[{0}]", func_idx).str())); in ValueObjectVTableChild()
239 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp210 getExtInstSetFromString(std::string SetName) { in getExtInstSetFromString() argument
214 if (SetName == getExtInstSetName(Set)) in getExtInstSetFromString()
H A DSPIRVBaseInfo.h243 getExtInstSetFromString(std::string SetName);
/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.h156 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.h759 void SetName(ConstString type_name);
761 void SetName(const char *type_name_cstr);
763 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/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()
603 new_value_sp->SetName(ConstString(name)); in CreateValueFromExpression()
1236 res_val_sp->SetName(ConstString(name)); in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp43 thread_spec_up->SetName(name); in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp159 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp140 GetLocationOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName()
145 m_options_up->GetThreadSpec()->SetName(thread_name); in SetThreadName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp84 type_info.SetName(class_name); in GetTypeInfo()
395 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp878 void TypeAndOrName::SetName(ConstString type_name) { in SetName() function in TypeAndOrName
882 void TypeAndOrName::SetName(const char *type_name_cstr) { in SetName() function in TypeAndOrName
886 void TypeAndOrName::SetName(llvm::StringRef type_name) { in SetName() function in TypeAndOrName

123