Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h136 LLVM_ABI std::optional<InlineArray> getInlineStack(uint64_t Addr) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp56 InlineInfo::getInlineStack(uint64_t Addr) const { in getInlineStack() function in InlineInfo