Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.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-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h35 const char *GetDisplayName() const;
H A DSBFunction.h35 const char *GetDisplayName() const;
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h207 ConstString GetDisplayName() const;
526 ConstString GetDisplayName() const;
H A DSymbol.h134 ConstString GetDisplayName() const;
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp102 ConstString InlineFunctionInfo::GetDisplayName() const { in GetDisplayName() function in InlineFunctionInfo
327 GetDisplayName()); in GetCallEdges()
521 ConstString Function::GetDisplayName() const { in GetDisplayName()
520 ConstString Function::GetDisplayName() const { GetDisplayName() function in Function
H A DSymbol.cpp169 ConstString Symbol::GetDisplayName() const { in ValueIsAddress()
173 ConstString Symbol::GetDisplayName() const { GetDisplayName() function in Symbol
/freebsd-src/contrib/llvm-project/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()
63 const char *SBFunction::GetDisplayName() const { GetDisplayName() function in SBFunction
H A DSBFrame.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-src/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h201 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp182 return m_vtable_symbol->GetDisplayName(); in GetDisplayTypeName()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1595 symbol->GetDisplayName().GetStringRef(), in LookupSymbolInModule()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]