forked from OSchip/llvm-project
[llvm-dwarfdump] - Add comment for maybeDecompress(). NFC.
Addresses post commit review comment. llvm-svn: 302249
This commit is contained in:
parent
34cd5e4307
commit
e96287f40e
|
@ -310,6 +310,8 @@ class DWARFContextInMemory : public DWARFContext {
|
|||
|
||||
StringRef *MapSectionToMember(StringRef Name);
|
||||
|
||||
/// If Sec is compressed section, decompresses and updates its contents
|
||||
/// provided by Data. Otherwise leaves it unchanged.
|
||||
Error maybeDecompress(const object::SectionRef &Sec, StringRef Name,
|
||||
StringRef &Data);
|
||||
|
||||
|
|
Loading…
Reference in New Issue