Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameList.cpp261 begin.GetDisplayName(), end.GetDisplayName(), return_pc); in FindInterveningFrames()
271 begin.GetDisplayName(), return_pc); in FindInterveningFrames()
283 end.GetDisplayName(), return_pc); in FindInterveningFrames()
429 LLDB_LOG(log, "Pushed frame {0} at {1:x}", callee->GetDisplayName(), pc); in SynthesizeTailCallFrames()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSymbol.h35 const char *GetDisplayName() const;
H A DSBFunction.h34 const char *GetDisplayName() const;
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DFunction.h207 ConstString GetDisplayName() const;
536 ConstString GetDisplayName() const;
H A DSymbol.h109 ConstString GetDisplayName() const;
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBSymbol.i35 GetDisplayName() const;
H A DSBFunction.i63 GetDisplayName() const;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp102 ConstString InlineFunctionInfo::GetDisplayName() const { in GetDisplayName() function in InlineFunctionInfo
301 GetDisplayName()); in GetCallEdges()
486 ConstString Function::GetDisplayName() const { in GetDisplayName() function in Function
H A DSymbol.cpp122 ConstString Symbol::GetDisplayName() const { in GetDisplayName() function in Symbol
/llvm-project-15.0.7/lldb/source/API/
H A DSBSymbol.cpp63 const char *SBSymbol::GetDisplayName() const { in GetDisplayName() function in SBSymbol
H A DSBFunction.cpp64 const char *SBFunction::GetDisplayName() const { in GetDisplayName() function in SBFunction
H A DSBFrame.cpp1227 name = inlined_info->GetDisplayName().AsCString(); in GetDisplayFunctionName()
1233 name = sc.function->GetDisplayName().GetCString(); in GetDisplayFunctionName()
1238 name = sc.symbol->GetDisplayName().GetCString(); in GetDisplayFunctionName()
/llvm-project-15.0.7/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h201 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;