Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp116 llvm::Expected<SVR4LibraryInfo>
131 SVR4LibraryInfo info; in ReadSVR4LibraryInfo()
141 llvm::Expected<std::vector<SVR4LibraryInfo>>
168 std::vector<SVR4LibraryInfo> library_list; in GetLoadedSVR4Libraries()
170 llvm::Expected<SVR4LibraryInfo> info = in GetLoadedSVR4Libraries()
H A DNativeProcessELF.h41 llvm::Expected<std::vector<SVR4LibraryInfo>>
45 llvm::Expected<SVR4LibraryInfo>
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h39 struct SVR4LibraryInfo { struct
146 virtual llvm::Expected<std::vector<SVR4LibraryInfo>>