/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 33 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 D | sanitizer_thread_registry.h | 59 void SetName(const char *new_name);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | ExpressionVariable.h | 61 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectVTable.cpp | 29 SetName(ConstString(llvm::formatv("[{0}]", func_idx).str())); in ValueObjectVTableChild() 239 SetName(GetTypeName()); in UpdateValue()
|
H A D | ValueObjectMemory.cpp | 60 SetName(ConstString(name)); in ValueObjectMemory() 91 SetName(ConstString(name)); in ValueObjectMemory()
|
H A D | ValueObjectCast.cpp | 36 SetName(name); in ValueObjectCast()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.cpp | 210 getExtInstSetFromString(std::string SetName) { in getExtInstSetFromString() argument 214 if (SetName == getExtInstSetName(Set)) in getExtInstSetFromString()
|
H A D | SPIRVBaseInfo.h | 243 getExtInstSetFromString(std::string SetName);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ThreadFreeBSDKernel.h | 34 void SetName(const char *name) override { in SetName() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionVariable.cpp | 57 SetName(name); in ClangExpressionVariable()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | HistoryThread.h | 74 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
|
H A D | LinuxProcMaps.cpp | 118 region.SetName(name); in ParseMemoryRegionInfoFromProcMapsLine()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadSpec.h | 49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function
|
H A D | StackFrameRecognizer.h | 156 SetName(parent.GetName()); in ValueObjectRecognizerSynthesizedValue()
|
H A D | MemoryRegionInfo.h | 68 void SetName(const char *name) { m_name = ConstString(name); } in SetName() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 759 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 D | ThreadGDBRemote.h | 67 void SetName(const char *name) override { in SetName() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ThreadElfCore.h | 157 void SetName(const char *name) override { in SetName() function
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBMemoryRegionInfo.cpp | 31 m_opaque_up->SetName(name); in SBMemoryRegionInfo()
|
H A D | SBValue.cpp | 67 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 D | ThreadSpec.cpp | 43 thread_spec_up->SetName(name); in CreateFromStructuredData()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.cpp | 159 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointLocation.cpp | 140 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 D | ItaniumABILanguageRuntime.cpp | 84 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 D | Type.cpp | 878 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
|