Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A 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);
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DExpressionVariable.h60 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.h34 void SetName(const char *name) override { in SetName() function
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectMemory.cpp59 SetName(ConstString(name)); in ValueObjectMemory()
91 SetName(ConstString(name)); in ValueObjectMemory()
H A DValueObjectCast.cpp35 SetName(name); in ValueObjectCast()
H A DValueObject.cpp1637 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticArrayMember()
1671 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticBitFieldChild()
1710 synthetic_child_sp->SetName(name_const_str); in GetSyntheticChildAtOffset()
1752 synthetic_child_sp->SetName(name_const_str); in GetSyntheticBase()
1793 synthetic_child_sp->SetName( in GetSyntheticExpressionPathChild()
2981 retval_sp->SetName(ConstString(name)); in CreateValueObjectFromExpression()
3003 ptr_result_valobj_sp->SetName(ConstString(name)); in CreateValueObjectFromAddress()
3020 new_value_sp->SetName(ConstString(name)); in CreateValueObjectFromData()
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h39 void SetName(const char *name) override { in SetName() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h44 void SetName(const char *name) override { in SetName() function
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp59 SetName(name); in ClangExpressionVariable()
/llvm-project-15.0.7/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.cpp117 region.SetName(name); in ParseMemoryRegionInfoFromProcMapsLine()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadSpec.h49 void SetName(llvm::StringRef name) { m_name = std::string(name); } in SetName() function
H A DStackFrameRecognizer.h154 SetName(parent.GetName()); in ValueObjectRecognizerSynthesizedValue()
H A DMemoryRegionInfo.h68 void SetName(const char *name) { m_name = ConstString(name); } in SetName() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h67 void SetName(const char *name) override { in SetName() function
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1096 void SetName(const char* name);
1342 this->SetName(#BaseClass "/" #Method); \
1353 this->SetName(#BaseClass "<" #a ">/" #Method); \
1364 this->SetName(#BaseClass "<" #a "," #b ">/" #Method); \
1376 this->SetName(#BaseClass "<" #__VA_ARGS__ ">/" #Method); \
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h156 void SetName(const char *name) override { in SetName() function
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_register.cc226 SetName(name.c_str()); in Name()
455 void Benchmark::SetName(const char* name) { name_ = name; } in SetName() function in benchmark::internal::Benchmark
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadSpec.cpp43 thread_spec_up->SetName(name); in CreateFromStructuredData()
/llvm-project-15.0.7/lldb/source/API/
H A DSBMemoryRegionInfo.cpp30 m_opaque_up->SetName(name); in SBMemoryRegionInfo()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h413 void SetName(ConstString type_name);
415 void SetName(const char *type_name_cstr);
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp93 type_info.SetName(class_name); in GetTypeInfoFromVTableAddress()
297 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h154 void SetName(const char *);

123