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:
parent
f05854a8a9
commit
5b2a6b4bc7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user