Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp190 getExtInstSetFromString(std::string SetName) { in getExtInstSetFromString() argument
193 if (SetName == getExtInstSetName(Set)) in getExtInstSetFromString()
H A DSPIRVBaseInfo.h235 getExtInstSetFromString(std::string SetName);
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionVariable.h61 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.h34 void SetName(const char *name) override { in SetName() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/
H A DThreadOpenBSDKernel.h34 void SetName(const char *name) override { in SetName() function
/openbsd-src/gnu/llvm/lldb/source/Core/
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.cpp1646 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticArrayMember()
1680 synthetic_child_sp->SetName(ConstString(index_str)); in GetSyntheticBitFieldChild()
1719 synthetic_child_sp->SetName(name_const_str); in GetSyntheticChildAtOffset()
1761 synthetic_child_sp->SetName(name_const_str); in GetSyntheticBase()
1802 synthetic_child_sp->SetName( in GetSyntheticExpressionPathChild()
2993 retval_sp->SetName(ConstString(name)); in CreateValueObjectFromExpression()
3015 ptr_result_valobj_sp->SetName(ConstString(name)); in CreateValueObjectFromAddress()
3032 new_value_sp->SetName(ConstString(name)); in CreateValueObjectFromData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h39 void SetName(const char *name) override { in SetName() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h44 void SetName(const char *name) override { in SetName() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp59 SetName(name); in ClangExpressionVariable()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h67 void SetName(const char *name) override { in SetName() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h156 void SetName(const char *name) override { in SetName() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfo.cpp31 m_opaque_up->SetName(name); in SBMemoryRegionInfo()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadSpec.cpp43 thread_spec_up->SetName(name); in CreateFromStructuredData()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h426 void SetName(ConstString type_name);
428 void SetName(const char *type_name_cstr);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h154 void SetName(const char *);

123