git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365127
91177308-0d34-0410-b5e6-
96231b3b80d8
/// non-inlined code.
///
/// \param Addr the address to lookup
- /// \param InlineStack a vector of InlineInfo objects that describe the
- /// inline call stack for a given address.
///
- /// \returns true if successful, false otherwise
+ /// \returns optional vector of InlineInfo objects that describe the
+ /// inline call stack for a given address, false otherwise.
llvm::Optional<InlineArray> getInlineStack(uint64_t Addr) const;
};