Home
last modified time | relevance | path

Searched refs:GetMangledName (Results 1 – 22 of 22) sorted by relevance

/external/lldb/scripts/Python/interface/
DSBFunction.i63 GetMangledName () const;
111 __swig_getmethods__["mangled"] = GetMangledName
112 …if _newclass: mangled = property(GetMangledName, None, doc='''A read only property that returns th…
DSBSymbol.i36 GetMangledName () const;
78 __swig_getmethods__["mangled"] = GetMangledName
79 …if _newclass: mangled = property(GetMangledName, None, doc='''A read only property that returns th…
/external/lldb/include/lldb/Core/
DMangled.h198 GetMangledName () in GetMangledName() function
210 GetMangledName () const in GetMangledName() function
/external/lldb/source/Core/
DMangled.cpp304 if (obj.GetMangledName()) in operator <<()
305 s << "mangled = '" << obj.GetMangledName() << "'"; in operator <<()
/external/lldb/source/API/
DSBSymbol.cpp75 SBSymbol::GetMangledName () const in GetMangledName() function in SBSymbol
79 name = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
DSBFunction.cpp77 SBFunction::GetMangledName () const in GetMangledName() function in SBFunction
81 cstr = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
/external/lldb/test/python_api/default-constructor/
Dsb_symbol.py10 obj.GetMangledName()
Dsb_function.py10 obj.GetMangledName()
/external/lldb/source/Symbol/
DSymbol.cpp230 if (m_mangled.GetMangledName()) in GetDescription()
231 s->Printf(", mangled=\"%s\"", m_mangled.GetMangledName().AsCString()); in GetDescription()
369 return m_mangled.GetMangledName() == name || m_mangled.GetDemangledName() == name; in Compare()
DSymtab.cpp274 if (mangled.GetMangledName()) in InitNameIndexes()
304 entry.cstring = mangled.GetMangledName().GetCString(); in InitNameIndexes()
473 entry.cstring = mangled.GetMangledName().GetCString(); in AppendSymbolNamesToMap()
/external/lldb/include/lldb/API/
DSBFunction.h39 GetMangledName () const;
DSBSymbol.h41 GetMangledName () const;
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp840 func_fullnames.Insert (mangled.GetMangledName(), die.GetOffset()); in Index()
862 func_fullnames.Insert (mangled.GetMangledName(), die.GetOffset()); in Index()
909 globals.Insert (mangled.GetMangledName(), die.GetOffset()); in Index()
DDWARFDebugInfoEntry.h224 const char* GetMangledName(
DSymbolFileDWARF.cpp5358 const char *src_name = src_die->GetMangledName (src_symfile, src_cu); in CopyUniqueClassMethodTypes()
5380 const char *dst_name = dst_die->GetMangledName (this, dst_cu); in CopyUniqueClassMethodTypes()
5436 const char *src_name = src_die->GetMangledName (src_symfile, src_cu); in CopyUniqueClassMethodTypes()
5437 const char *dst_name = dst_die->GetMangledName (this, dst_cu); in CopyUniqueClassMethodTypes()
DDWARFDebugInfoEntry.cpp1573 DWARFDebugInfoEntry::GetMangledName in GetMangledName() function in DWARFDebugInfoEntry
/external/lldb/examples/functions/
Dmain.cpp241 const char *func_mangled_name = function.GetMangledName(); in main()
/external/v8/tools/gcmole/
Dgcmole.cc51 static bool GetMangledName(clang::MangleContext* ctx, in GetMangledName() function
147 if (InV8Namespace(f) && GetMangledName(ctx_, f, &name)) { in AnalyzeFunction()
261 if (GetMangledName(ctx, decl, &name)) { in KnownToCauseGC()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp444 if ((m_sym_ctx.function && m_sym_ctx.function->GetMangled().GetMangledName() == sigtramp_name) in InitializeNonZerothFrame()
445 || (m_sym_ctx.symbol && m_sym_ctx.symbol->GetMangled().GetMangledName() == sigtramp_name)) in InitializeNonZerothFrame()
/external/lldb/source/Expression/
DIRForTarget.cpp252 else if (mangled_name.GetMangledName()) in GetFunctionAddress()
255 mangled_name.GetMangledName().GetCString()); in GetFunctionAddress()
DClangExpressionDeclMap.cpp714 if (symbol->GetMangled().GetMangledName() != name) in FindGlobalDataSymbol()
/external/lldb/www/python_reference/
Dapi-objects.txt3039 lldb.SBFunction.GetMangledName lldb.SBFunction-class.html#GetMangledName
3590 lldb.SBSymbol.GetMangledName lldb.SBSymbol-class.html#GetMangledName