Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h54 const Address &GetFunctionStartAddress() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp490 const Address &FuncUnwinders::GetFunctionStartAddress() const { return m_addr; } in GetFunctionStartAddress() function in FuncUnwinders