Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp117 llvm::Expected<SVR4LibraryInfo>
132 SVR4LibraryInfo info; in ReadSVR4LibraryInfo()
142 llvm::Expected<std::vector<SVR4LibraryInfo>>
169 std::vector<SVR4LibraryInfo> library_list; in GetLoadedSVR4Libraries()
171 llvm::Expected<SVR4LibraryInfo> info = in GetLoadedSVR4Libraries()
H A DNativeProcessELF.h42 llvm::Expected<std::vector<SVR4LibraryInfo>>
46 llvm::Expected<SVR4LibraryInfo>
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h40 struct SVR4LibraryInfo { struct
147 virtual llvm::Expected<std::vector<SVR4LibraryInfo>>