Home
last modified time | relevance | path

Searched defs:ImageInfo (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h97 struct ImageInfo { struct
99 lldb::addr_t address = LLDB_INVALID_ADDRESS;
125 ImageInfo() = default; argument
143 bool operator==(const ImageInfo &rhs) const { argument
170 typedef std::vector<ImageInfo> collection; argument
175 bool UpdateImageLoadAddress(lldb_private::Module *module, ImageInfo &info); argument
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h651 struct ImageInfo { struct
655 static ImageInfo parseImageInfo(const InputFile *); argument
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp347 } ImageInfo; in readSwiftVersion() local