Searched defs:ImageInfo (Results 1 – 3 of 3) sorted by relevance
97 struct ImageInfo { struct99 lldb::addr_t address = LLDB_INVALID_ADDRESS;125 ImageInfo() = default; argument143 bool operator==(const ImageInfo &rhs) const { argument170 typedef std::vector<ImageInfo> collection; argument175 bool UpdateImageLoadAddress(lldb_private::Module *module, ImageInfo &info); argument
651 struct ImageInfo { struct655 static ImageInfo parseImageInfo(const InputFile *); argument
347 } ImageInfo; in readSwiftVersion() local