Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp165 begin.GetDisplayName(), end.GetDisplayName(), return_pc); in FindInterveningFrames()
175 begin.GetDisplayName(), return_pc); in FindInterveningFrames()
187 end.GetDisplayName(), return_pc); in FindInterveningFrames()
333 LLDB_LOG(log, "Pushed frame {0} at {1:x}", callee->GetDisplayName(), pc); in SynthesizeTailCallFrames()
H A DStackFrame.cpp1321 name = inlined_info->GetDisplayName().AsCString(); in GetDisplayFunctionName()
1327 name = sc.function->GetDisplayName().GetCString(); in GetDisplayFunctionName()
1332 name = sc.symbol->GetDisplayName().GetCString(); in GetDisplayFunctionName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h208 ConstString GetDisplayName() const;
532 ConstString GetDisplayName() const;
H A DSymbol.h134 ConstString GetDisplayName() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h35 const char *GetDisplayName() const;
H A DSBFunction.h35 const char *GetDisplayName() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp102 ConstString InlineFunctionInfo::GetDisplayName() const { in GetDisplayName() function in InlineFunctionInfo
338 GetDisplayName()); in GetCallEdges()
532 ConstString Function::GetDisplayName() const { in GetDisplayName() function in Function
H A DSymbolContext.cpp99 name = function->GetDisplayName(); in DumpStopContext()
179 name = symbol->GetDisplayName(); in DumpStopContext()
H A DSymbol.cpp169 ConstString Symbol::GetDisplayName() const { in GetDisplayName() function in Symbol
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp63 const char *SBSymbol::GetDisplayName() const { in GetDisplayName() function in SBSymbol
H A DSBFunction.cpp65 const char *SBFunction::GetDisplayName() const { in GetDisplayName() function in SBFunction
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h201 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVTable.cpp181 return m_vtable_symbol->GetDisplayName(); in GetDisplayTypeName()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1600 symbol->GetDisplayName().GetStringRef(), in LookupSymbolInModule()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32799 result = (char *)((lldb::SBFunction const *)arg1)->GetDisplayName(); in _wrap_SBFunction_GetDisplayName()
53695 result = (char *)((lldb::SBSymbol const *)arg1)->GetDisplayName(); in _wrap_SBSymbol_GetDisplayName()