Home
last modified time | relevance | path

Searched refs:GetDisplayFunctionName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h88 const char *GetDisplayFunctionName();
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h427 const char *GetDisplayFunctionName();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp1270 const char *SBFrame::GetDisplayFunctionName() { in GetDisplayFunctionName() function in SBFrame
1286 return frame->GetDisplayFunctionName(); in GetDisplayFunctionName()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1311 const char *StackFrame::GetDisplayFunctionName() { in GetDisplayFunctionName() function in StackFrame
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31061 result = (char *)(arg1)->GetDisplayFunctionName(); in _wrap_SBFrame_GetDisplayFunctionName()