Searched refs:GetDisplayName (Results 1 – 15 of 15) sorted by relevance
261 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()
34 const char *GetDisplayName() const;
35 const char *GetDisplayName() const;
207 ConstString GetDisplayName() const;536 ConstString GetDisplayName() const;
119 ConstString GetDisplayName() const;
63 GetDisplayName() const;
35 GetDisplayName() const;
102 ConstString InlineFunctionInfo::GetDisplayName() const { in GetDisplayName() function in InlineFunctionInfo301 GetDisplayName()); in GetCallEdges()486 ConstString Function::GetDisplayName() const { in GetDisplayName() function in Function
121 ConstString Symbol::GetDisplayName() const { in GetDisplayName() function in Symbol
63 const char *SBSymbol::GetDisplayName() const { in GetDisplayName() function in SBSymbol
64 const char *SBFunction::GetDisplayName() const { in GetDisplayName() function in SBFunction
1231 name = inlined_info->GetDisplayName().AsCString(); in GetDisplayFunctionName()1237 name = sc.function->GetDisplayName().GetCString(); in GetDisplayFunctionName()1242 name = sc.symbol->GetDisplayName().GetCString(); in GetDisplayFunctionName()
201 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
893 llvm::SmallString<256> new_name = {symbol.GetDisplayName().GetStringRef(), in AppendFromExportTable()
1553 strm.PutCString(symbol->GetDisplayName().GetStringRef()); in LookupSymbolInModule()