Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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>
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h38 struct SVR4LibraryInfo { struct
135 virtual llvm::Expected<std::vector<SVR4LibraryInfo>>