Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.h34 void SetName(const char *name) override { in SetName() function
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h44 void SetName(const char *name) override { in SetName() function
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h40 void SetName(const char *name) override { in SetName() function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h67 void SetName(const char *name) override { in SetName() function
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h74 void SetName(const char *name) override { m_thread_name = name; } in SetName() function
/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); } SetName() function
H A DThread.h283 virtual void SetName(const char *name) {} SetName() function
/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h84 void SetName(const char *name) { m_name = name; } in SetName() function
/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h61 void SetName(ConstString name) { m_frozen_sp->SetName(name); } in SetName() function
/llvm-project/lldb/source/Symbol/
H A DType.cpp878 void TypeAndOrName::SetName(ConstString type_name) { SetName() function in TypeAndOrName
882 void TypeAndOrName::SetName(const char *type_name_cstr) { SetName() function in TypeAndOrName
886 void TypeAndOrName::SetName(llvm::StringRef type_name) { SetName() function in TypeAndOrName
/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp210 getExtInstSetFromString(std::string SetName) getExtInstSetFromString() argument
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h157 void SetName(const char *name) override { SetName() function
/llvm-project/lldb/include/lldb/Core/
H A DModule.h913 void SetName(ConstString name) { m_name = name; } SetName() function
H A DValueObject.h
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp33 void ThreadContextBase::SetName(const char *new_name) { SetName() function in __sanitizer::ThreadContextBase
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc471 void Benchmark::SetName(const std::string& name) { name_ = name; } in SetName() function in benchmark::internal::Benchmark
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp619 void DynamicLoaderDarwinKernel::KextImageInfo::SetName(const char *name) { SetName() function in DynamicLoaderDarwinKernel::KextImageInfo
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2224 void SetName(const char *name) { return GetKeyField().SetText(name); } in SetName() function in curses::EnvironmentVariableFieldDelegate