Home
last modified time | relevance | path

Searched defs:SetName (Results 1 – 14 of 14) sorted by relevance

/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/Process/gdb-remote/
H A DThreadGDBRemote.h67 void SetName(const char *name) override { in SetName() function
/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
/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 DMemoryRegionInfo.h68 void SetName(const char *name) { m_name = ConstString(name); } in SetName() function
H A DThread.h283 virtual void SetName(const char *name) {} in SetName() function
/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/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
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp210 getExtInstSetFromString(std::string SetName) { in getExtInstSetFromString()
/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/include/lldb/Core/
H A DModule.h959 void SetName(ConstString name) { m_name = name; } SetName() function
H A DValueObject.h574 void SetName(ConstString name) { m_name = name; } in SetName() function
/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
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2224 void SetName(const char *name) { return GetKeyField().SetText(name); } in SetName() function in curses::EnvironmentVariableFieldDelegate