Home
last modified time | relevance | path

Searched refs:GetNameAsStringRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h40 llvm::StringRef GetNameAsStringRef() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp688 info.GetNameAsStringRef()); in ProcessIDs()
701 request.TryCompleteCurrentArg(info.GetNameAsStringRef()); in ProcessNames()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DProcessInfo.cpp46 llvm::StringRef ProcessInfo::GetNameAsStringRef() const { in GetNameAsStringRef() function in ProcessInfo