| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSymbol.cpp | 64 const char *SBSymbol::GetDisplayName() const { in GetDisplayName() function in SBSymbol 65 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBSymbol, GetDisplayName); in GetDisplayName() 215 LLDB_REGISTER_METHOD_CONST(const char *, SBSymbol, GetDisplayName, ()); in RegisterMethods()
|
| H A D | SBFunction.cpp | 65 const char *SBFunction::GetDisplayName() const { in GetDisplayName() function in SBFunction 66 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBFunction, GetDisplayName); in GetDisplayName() 251 LLDB_REGISTER_METHOD_CONST(const char *, SBFunction, GetDisplayName, ()); in RegisterMethods()
|
| H A D | SBFrame.cpp | 1272 name = inlined_info->GetDisplayName().AsCString(); in GetDisplayFunctionName() 1278 name = sc.function->GetDisplayName().GetCString(); in GetDisplayFunctionName() 1283 name = sc.symbol->GetDisplayName().GetCString(); in GetDisplayFunctionName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 260 begin.GetDisplayName(), end.GetDisplayName(), return_pc); in FindInterveningFrames() 270 begin.GetDisplayName(), return_pc); in FindInterveningFrames() 282 end.GetDisplayName(), return_pc); in FindInterveningFrames() 428 LLDB_LOG(log, "Pushed frame {0} at {1:x}", callee->GetDisplayName(), pc); in SynthesizeTailCallFrames()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBSymbol.h | 35 const char *GetDisplayName() const;
|
| H A D | SBFunction.h | 34 const char *GetDisplayName() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 209 ConstString GetDisplayName() const; 540 ConstString GetDisplayName() const;
|
| H A D | Symbol.h | 109 ConstString GetDisplayName() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBSymbol.i | 35 GetDisplayName() const;
|
| H A D | SBFunction.i | 63 GetDisplayName() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 100 ConstString InlineFunctionInfo::GetDisplayName() const { in GetDisplayName() function in InlineFunctionInfo 300 GetDisplayName()); in GetCallEdges() 487 ConstString Function::GetDisplayName() const { in GetDisplayName() function in Function
|
| H A D | Symbol.cpp | 121 ConstString Symbol::GetDisplayName() const { in GetDisplayName() function in Symbol
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MSVCSetupApi.h | 196 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 28460 result = (char *)((lldb::SBFunction const *)arg1)->GetDisplayName(); in _wrap_SBFunction_GetDisplayName() 45280 result = (char *)((lldb::SBSymbol const *)arg1)->GetDisplayName(); in _wrap_SBSymbol_GetDisplayName()
|