Home
last modified time | relevance | path

Searched refs:GetDisplayName (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp64 const char *SBSymbol::GetDisplayName() const { in GetDisplayName() function in SBSymbol
65 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBSymbol, GetDisplayName); in GetDisplayName()
215 LLDB_REGISTER_METHOD_CONST(const char *, SBSymbol, GetDisplayName, ()); in RegisterMethods()
H A DSBFunction.cpp65 const char *SBFunction::GetDisplayName() const { in GetDisplayName() function in SBFunction
66 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBFunction, GetDisplayName); in GetDisplayName()
251 LLDB_REGISTER_METHOD_CONST(const char *, SBFunction, GetDisplayName, ()); in RegisterMethods()
H A DSBFrame.cpp1272 name = inlined_info->GetDisplayName().AsCString(); in GetDisplayFunctionName()
1278 name = sc.function->GetDisplayName().GetCString(); in GetDisplayFunctionName()
1283 name = sc.symbol->GetDisplayName().GetCString(); in GetDisplayFunctionName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp260 begin.GetDisplayName(), end.GetDisplayName(), return_pc); in FindInterveningFrames()
270 begin.GetDisplayName(), return_pc); in FindInterveningFrames()
282 end.GetDisplayName(), return_pc); in FindInterveningFrames()
428 LLDB_LOG(log, "Pushed frame {0} at {1:x}", callee->GetDisplayName(), pc); in SynthesizeTailCallFrames()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h35 const char *GetDisplayName() const;
H A DSBFunction.h34 const char *GetDisplayName() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h209 ConstString GetDisplayName() const;
540 ConstString GetDisplayName() const;
H A DSymbol.h109 ConstString GetDisplayName() const;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbol.i35 GetDisplayName() const;
H A DSBFunction.i63 GetDisplayName() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp100 ConstString InlineFunctionInfo::GetDisplayName() const { in GetDisplayName() function in InlineFunctionInfo
300 GetDisplayName()); in GetCallEdges()
487 ConstString Function::GetDisplayName() const { in GetDisplayName() function in Function
H A DSymbol.cpp121 ConstString Symbol::GetDisplayName() const { in GetDisplayName() function in Symbol
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h196 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp28460 result = (char *)((lldb::SBFunction const *)arg1)->GetDisplayName(); in _wrap_SBFunction_GetDisplayName()
45280 result = (char *)((lldb::SBSymbol const *)arg1)->GetDisplayName(); in _wrap_SBSymbol_GetDisplayName()