1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Wdocumentation fix

llvm-svn: 289655
This commit is contained in:
Simon Pilgrim 2016-12-14 15:14:44 +00:00
parent f05854a8a9
commit 5b2a6b4bc7

View File

@ -78,8 +78,7 @@ public:
/// code in the .debug_info data.
/// \param Attr DWARF attribute to search for.
/// \param U the DWARFUnit the contains the DIE.
/// \param FormValue the form value that will be filled in.
/// \returns true if the attribute was extracted into \p FormValue.
/// \returns Optional DWARF form value if the attribute was extracted.
Optional<DWARFFormValue> getAttributeValue(const uint32_t DIEOffset,
const dwarf::Attribute Attr,
const DWARFUnit &U) const;