Searched refs:GetStatus (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DEHUtils.h26 auto GetStatus = [&](BlockT *BB) { local
35 Status PredStatus = GetStatus(PredBB);
68 Status OldStatus = GetStatus(BB);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp128 void PlatformOpenBSD::GetStatus(Stream &strm) { function in class:PlatformOpenBSD
129 Platform::GetStatus(strm);
H A DPlatformOpenBSD.h43 void GetStatus(Stream &strm) override;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h44 void GetStatus(Stream &strm) override;
H A DPlatformNetBSD.cpp125 void PlatformNetBSD::GetStatus(Stream &strm) { function in class:PlatformNetBSD
126 Platform::GetStatus(strm);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h44 void GetStatus(Stream &strm) override;
H A DPlatformFreeBSD.cpp139 void PlatformFreeBSD::GetStatus(Stream &strm) { function in class:PlatformFreeBSD
140 Platform::GetStatus(strm);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h92 size_t GetStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames,
H A DStackFrame.h390 bool GetStatus(Stream &strm, bool show_frame_info, bool show_source,
H A DThreadPlan.h590 const Status &GetStatus() { return m_status; } function in class:lldb_private::ThreadPlanNull
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp165 lldb::ReturnStatus SBCommandReturnObject::GetStatus() { function in class:SBCommandReturnObject
168 return ref().GetStatus();
223 lldb::ReturnStatus status = ref().GetStatus();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h204 lldb_private::Status GetStatus();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h75 lldb::ReturnStatus GetStatus();
H A DSBPlatform.h87 int GetStatus();
H A DSBThread.h218 bool GetStatus(lldb::SBStream &status) const;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h82 llvm::ErrorOr<llvm::vfs::Status> GetStatus(const FileSpec &file_spec) const;
83 llvm::ErrorOr<llvm::vfs::Status> GetStatus(const llvm::Twine &path) const;
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp73 FileSystem::GetStatus(const FileSpec &file_spec) const { function in class:FileSystem
77 return GetStatus(file_spec.GetPath());
80 llvm::ErrorOr<vfs::Status> FileSystem::GetStatus(const Twine &path) const { function in class:FileSystem
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp132 ReturnStatus CommandReturnObject::GetStatus() const { return m_status; } function in class:CommandReturnObject
H A DCommandAlias.cpp56 result.GetStatus() != lldb::eReturnStatusStarted) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h138 lldb::ReturnStatus GetStatus() const;
/freebsd-current/stand/efi/include/
H A Definet.h340 EFI_SIMPLE_NETWORK_GET_STATUS GetStatus; member in struct:_EFI_SIMPLE_NETWORK
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp498 lldb_private::Status StringExtractorGDBRemote::GetStatus() { function in class:StringExtractorGDBRemote
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp419 llvm::ErrorOr<llvm::vfs::Status> Status = fs.GetStatus(Entry.path());
779 thread_sp->GetStatus(strm, 0, 1, 1, true);
823 thread_sp->GetStatus(strm, 0, 1, 1, true);
/freebsd-current/stand/efi/libefi/
H A Definet.c151 status = net->GetStatus(net, NULL, &buf);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp319 return frame_sp->GetStatus(output_stream, show_frame_info, show_source);
1723 size_t Thread::GetStatus(Stream &strm, uint32_t start_frame, function in class:Thread
1770 num_frames_shown = GetStackFrameList()->GetStatus(
1871 return GetStackFrameList()->GetStatus(

Completed in 486 milliseconds

12