Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFunction.h34 const char *GetDisplayName() const;
H A DSBSymbol.h35 const char *GetDisplayName() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h207 ConstString GetDisplayName() const;
536 ConstString GetDisplayName() const;
H A DSymbol.h119 ConstString GetDisplayName() const;
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFunction.i63 GetDisplayName() const;
H A DSBSymbol.i35 GetDisplayName() const;
/openbsd-src/gnu/llvm/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.cpp121 ConstString Symbol::GetDisplayName() const { in GetDisplayName() function in Symbol
/openbsd-src/gnu/llvm/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.cpp1231 name = inlined_info->GetDisplayName().AsCString(); in GetDisplayFunctionName()
1237 name = sc.function->GetDisplayName().GetCString(); in GetDisplayFunctionName()
1242 name = sc.symbol->GetDisplayName().GetCString(); in GetDisplayFunctionName()
/openbsd-src/gnu/llvm/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h201 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp893 llvm::SmallString<256> new_name = {symbol.GetDisplayName().GetStringRef(), in AppendFromExportTable()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp1553 strm.PutCString(symbol->GetDisplayName().GetStringRef()); in LookupSymbolInModule()