Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrameList.cpp264 begin.GetDisplayName(), end.GetDisplayName(), return_pc); in FindInterveningFrames()
274 begin.GetDisplayName(), return_pc); in FindInterveningFrames()
286 end.GetDisplayName(), return_pc); in FindInterveningFrames()
432 LLDB_LOG(log, "Pushed frame {0} at {1:x}", callee->GetDisplayName(), pc); in SynthesizeTailCallFrames()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBSymbol.h35 const char *GetDisplayName() const;
HDSBFunction.h35 const char *GetDisplayName() const;
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDFunction.h207 ConstString GetDisplayName() const;
526 ConstString GetDisplayName() const;
HDSymbol.h134 ConstString GetDisplayName() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDFunction.cpp102 ConstString InlineFunctionInfo::GetDisplayName() const { in GetDisplayName() function in InlineFunctionInfo
327 GetDisplayName()); in GetCallEdges()
521 ConstString Function::GetDisplayName() const { in GetDisplayName() function in Function
HDSymbolContext.cpp98 name = function->GetDisplayName(); in DumpStopContext()
173 name = symbol->GetDisplayName(); in DumpStopContext()
HDSymbol.cpp169 ConstString Symbol::GetDisplayName() const { in GetDisplayName() function in Symbol
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBSymbol.cpp63 const char *SBSymbol::GetDisplayName() const { in GetDisplayName() function in SBSymbol
HDSBFunction.cpp64 const char *SBFunction::GetDisplayName() const { in GetDisplayName() function in SBFunction
HDSBFrame.cpp1298 name = inlined_info->GetDisplayName().AsCString(); in GetDisplayFunctionName()
1304 name = sc.function->GetDisplayName().GetCString(); in GetDisplayFunctionName()
1309 name = sc.symbol->GetDisplayName().GetCString(); in GetDisplayFunctionName()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
HDMSVCSetupApi.h201 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectVTable.cpp182 return m_vtable_symbol->GetDisplayName(); in GetDisplayTypeName()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp1595 symbol->GetDisplayName().GetStringRef(), in LookupSymbolInModule()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp32326 result = (char *)((lldb::SBFunction const *)arg1)->GetDisplayName(); in _wrap_SBFunction_GetDisplayName()
52567 result = (char *)((lldb::SBSymbol const *)arg1)->GetDisplayName(); in _wrap_SBSymbol_GetDisplayName()