Changeset View
Changeset View
Standalone View
Standalone View
include/lldb/Core/Module.h
Show First 20 Lines • Show All 647 Lines • ▼ Show 20 Lines | public: | ||||
/// plug-in can be found that can use the object file, nullptr will | /// plug-in can be found that can use the object file, nullptr will | ||||
/// be returned, else a valid symbol vendor plug-in interface | /// be returned, else a valid symbol vendor plug-in interface | ||||
/// will be returned. The returned pointer is owned by this | /// will be returned. The returned pointer is owned by this | ||||
/// object and remains valid as long as the object is around. | /// object and remains valid as long as the object is around. | ||||
virtual SymbolVendor * | virtual SymbolVendor * | ||||
GetSymbolVendor(bool can_create = true, | GetSymbolVendor(bool can_create = true, | ||||
lldb_private::Stream *feedback_strm = nullptr); | lldb_private::Stream *feedback_strm = nullptr); | ||||
SymbolFile *GetSymbolFile(bool can_create = true, | |||||
Stream *feedback_strm = nullptr); | |||||
/// Get a reference to the UUID value contained in this object. | /// Get a reference to the UUID value contained in this object. | ||||
/// | /// | ||||
/// If the executable image file doesn't not have a UUID value built into | /// If the executable image file doesn't not have a UUID value built into | ||||
/// the file format, an MD5 checksum of the entire file, or slice of the | /// the file format, an MD5 checksum of the entire file, or slice of the | ||||
/// file for the current architecture should be used. | /// file for the current architecture should be used. | ||||
/// | /// | ||||
/// \return | /// \return | ||||
/// A const pointer to the internal copy of the UUID value in | /// A const pointer to the internal copy of the UUID value in | ||||
▲ Show 20 Lines • Show All 416 Lines • Show Last 20 Lines |