git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364459
91177308-0d34-0410-b5e6-
96231b3b80d8
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
/// 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;
};