Searched defs:mangled_name (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.h52 string mangled_name; member in struct:dwarf2reader::FunctionInfo
/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/clang/bindings/python/clang/
H A Dcindex.py1250 def mangled_name(self): member in class:Cursor
/external/libcxxabi/src/
H A Dcxa_demangle.cpp4903 __cxa_demangle(const char* mangled_name, char* buf, size_t* n, int* status) argument
4905 if (mangled_name == nullptr || (buf != nullptr && n == nullptr))
4923 size_t len = std::strlen(mangled_name);
4924 demangle(mangled_name, mangled_name + len, db,
4933 demangle(mangled_name, mangled_name + len, db, internal_status);
/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,

Completed in 228 milliseconds