Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h239 ConstString GetDisplayName(lldb::LanguageType language) const;
520 ConstString GetDisplayName() const;
H A DSymbol.h117 ConstString GetDisplayName() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp248 begin.GetDisplayName(), end.GetDisplayName(), return_pc); in FindInterveningFrames()
264 begin.GetDisplayName(), return_pc); in FindInterveningFrames()
277 end.GetDisplayName(), return_pc); in FindInterveningFrames()
404 LLDB_LOG(log, "Pushed frame {0}", callee->GetDisplayName()); in SynthesizeTailCallFrames()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSymbol.h34 const char *GetDisplayName() const;
H A DSBFunction.h33 const char *GetDisplayName() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp113 ConstString InlineFunctionInfo::GetDisplayName(LanguageType language) const { in GetDisplayName() function in InlineFunctionInfo
256 GetDisplayName()); in GetCallEdges()
430 ConstString Function::GetDisplayName() const { in GetDisplayName() function in Function
H A DSymbol.cpp119 ConstString Symbol::GetDisplayName() const { in GetDisplayName() function in Symbol
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSymbol.cpp55 const char *SBSymbol::GetDisplayName() const { in GetDisplayName() function in SBSymbol
H A DSBFunction.cpp60 const char *SBFunction::GetDisplayName() const { in GetDisplayName() function in SBFunction
H A DSBFrame.cpp1475 name = inlined_info->GetDisplayName(sc.function->GetLanguage()) in GetDisplayFunctionName()
1482 name = sc.function->GetDisplayName().GetCString(); in GetDisplayFunctionName()
1487 name = sc.symbol->GetDisplayName().GetCString(); in GetDisplayFunctionName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h196 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;