Home
last modified time | relevance | path

Searched refs:GetStatus (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DEHUtils.h26 auto GetStatus = [&](BlockT *BB) { in computeEHOnlyBlocks()
35 Status PredStatus = GetStatus(PredBB); in computeEHOnlyBlocks()
68 Status OldStatus = GetStatus(BB); in computeEHOnlyBlocks()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp128 void PlatformOpenBSD::GetStatus(Stream &strm) { in GetStatus() function in PlatformOpenBSD
129 Platform::GetStatus(strm); in GetStatus()
H A DPlatformOpenBSD.h43 void GetStatus(Stream &strm) override;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp165 lldb::ReturnStatus SBCommandReturnObject::GetStatus() { in GetStatus() function in SBCommandReturnObject
168 return ref().GetStatus(); in GetStatus()
223 lldb::ReturnStatus status = ref().GetStatus(); in GetDescription()
/freebsd-14.2/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-14.2/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) { in GetStatus() function in PlatformNetBSD
126 Platform::GetStatus(strm); in GetStatus()
/freebsd-14.2/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) { in GetStatus() function in PlatformFreeBSD
140 Platform::GetStatus(strm); in GetStatus()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp73 FileSystem::GetStatus(const FileSpec &file_spec) const { in GetStatus() function in FileSystem
77 return GetStatus(file_spec.GetPath()); in GetStatus()
80 llvm::ErrorOr<vfs::Status> FileSystem::GetStatus(const Twine &path) const { in GetStatus() function in FileSystem
/freebsd-14.2/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 DThreadPlan.h590 const Status &GetStatus() { return m_status; } in GetStatus() function
H A DStackFrame.h390 bool GetStatus(Stream &strm, bool show_frame_info, bool show_source,
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h204 lldb_private::Status GetStatus();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h138 lldb::ReturnStatus GetStatus() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp132 ReturnStatus CommandReturnObject::GetStatus() const { return m_status; } in GetStatus() function in CommandReturnObject
H A DCommandAlias.cpp56 result.GetStatus() != lldb::eReturnStatusStarted) { in ProcessAliasOptionsArgs()
/freebsd-14.2/stand/efi/include/
H A Definet.h340 EFI_SIMPLE_NETWORK_GET_STATUS GetStatus; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp419 llvm::ErrorOr<llvm::vfs::Status> Status = fs.GetStatus(Entry.path()); in DiskFilesOrDirectories()
779 thread_sp->GetStatus(strm, 0, 1, 1, true); in ThreadIndexes()
823 thread_sp->GetStatus(strm, 0, 1, 1, true); in ThreadIDs()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp498 lldb_private::Status StringExtractorGDBRemote::GetStatus() { in GetStatus() function in StringExtractorGDBRemote
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp319 return frame_sp->GetStatus(output_stream, show_frame_info, show_source); in SetSelectedFrameByIndexNoisily()
1723 size_t Thread::GetStatus(Stream &strm, uint32_t start_frame, in GetStatus() function in Thread
1770 num_frames_shown = GetStackFrameList()->GetStatus( in GetStatus()
1871 return GetStackFrameList()->GetStatus( in GetStackFrameStatus()
H A DStackFrameList.cpp924 size_t StackFrameList::GetStatus(Stream &strm, uint32_t first_frame, in GetStatus() function in StackFrameList
975 if (!frame_sp->GetStatus(strm, show_frame_info, in GetStatus()

12