Searched refs:mangled_name (Results 1 - 14 of 14) sorted by relevance

/external/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.cc157 current_function_info_->mangled_name = data;
209 current_function_info_->mangled_name = iter->second->mangled_name;
H A Dfunctioninfo.h52 string mangled_name; member in struct:dwarf2reader::FunctionInfo
/external/libcxx/include/
H A Dcxxabi.h152 extern char* __cxa_demangle(const char* mangled_name,
/external/libcxxabi/include/
H A Dcxxabi.h152 extern char* __cxa_demangle(const char* mangled_name,
/external/elfutils/src/lib/
H A Dsystem.h142 extern char *__cxa_demangle (const char *mangled_name, char *output_buffer,
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module_unittest.cc205 const char* mangled_name,
213 const string &mangled_name);
434 const char* mangled_name,
455 if (mangled_name)
458 mangled_name);
469 const string &mangled_name) {
476 if (!mangled_name.empty())
479 mangled_name);
431 DefineFunction(dwarf2reader::DIEHandler *parent, const string &name, Module::Address address, Module::Address size, const char* mangled_name, DwarfForm high_pc_form) argument
466 DeclarationDIE(DIEHandler *parent, uint64 offset, DwarfTag tag, const string &name, const string &mangled_name) argument
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp442 static bool FindFunctionInModule (ConstString &mangled_name, argument
452 mangled_name.SetCString(fi->getName().str().c_str());
H A DIRForTarget.cpp233 lldb_private::Mangled mangled_name(name);
239 mangled_name.GetName().GetCString(),
243 mangled_name.GetName().GetCString());
250 mangled_name.GetName().GetCString(),
252 else if (mangled_name.GetMangledName())
254 mangled_name.GetName().GetCString(),
255 mangled_name.GetMangledName().GetCString());
258 mangled_name.GetName().GetCString());
/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py312 assert foo.mangled_name in ('_Z3fooii', '__Z3fooii', '?foo@@YAHHH')
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp492 extern "C" char *__cxa_demangle(const char *mangled_name, char *output_buffer,
/external/valgrind/coregrind/m_demangle/
H A Dcp-demangle.c6007 __cxa_demangle (const char *mangled_name, char *output_buffer, argument
6013 if (mangled_name == NULL)
6027 demangled = d_demangle (mangled_name, DMGL_PARAMS | DMGL_TYPES, &alc);
6092 __gcclibcxx_demangle_callback (const char *mangled_name, argument
6098 if (mangled_name == NULL || callback == NULL)
6101 status = d_demangle_callback (mangled_name, DMGL_PARAMS | DMGL_TYPES,
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1322 const char *mangled_name = NULL; local
1333 mangled_name,
1361 if (tag != DW_TAG_subprogram && (name != NULL || mangled_name != NULL))
1373 block->SetInlinedFunctionInfo (name, mangled_name, decl_ap.get(), call_ap.get());
3461 const char *mangled_name = form_value.AsCString(&get_debug_str_data()); local
3462 if (mangled_name)
3463 best_name.SetValue (ConstString(mangled_name), true);
3756 ConstString mangled_name = sc.GetFunctionName(Mangled::ePreferMangled); local
3758 if (strncmp(mangled_name.GetCString(), "_ZN", 3) ||
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc601 #define OPERATOR_NEW_BODY(mangled_name) \
606 SCOPED_INTERCEPTOR_RAW(mangled_name, size); \
636 #define OPERATOR_DELETE_BODY(mangled_name) \
641 SCOPED_INTERCEPTOR_RAW(mangled_name, ptr); \
/external/clang/bindings/python/clang/
H A Dcindex.py1220 def mangled_name(self): member in class:Cursor

Completed in 1291 milliseconds