Home
last modified time | relevance | path

Searched refs:InlineArray (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h76 using InlineArray = std::vector<const InlineInfo *>; member
135 std::optional<InlineArray> getInlineStack(uint64_t Addr) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp56 std::optional<InlineInfo::InlineArray>
58 InlineArray Result; in getInlineStack()