mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix Wdocumentation warnings. NFCI.
llvm-svn: 364459
This commit is contained in:
parent
8e1bb75428
commit
cb58803f2b
@ -47,6 +47,9 @@ struct InlineInfo {
|
||||
Children.clear();
|
||||
}
|
||||
bool isValid() const { return !Ranges.empty(); }
|
||||
|
||||
typedef std::vector<const InlineInfo *> InlineArray;
|
||||
|
||||
/// Lookup an address in the InlineInfo object
|
||||
///
|
||||
/// This function is used to symbolicate an inline call stack and can
|
||||
@ -59,7 +62,6 @@ struct InlineInfo {
|
||||
/// inline call stack for a given address.
|
||||
///
|
||||
/// \returns true if successful, false otherwise
|
||||
typedef std::vector<const InlineInfo *> InlineArray;
|
||||
llvm::Optional<InlineArray> getInlineStack(uint64_t Addr) const;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user