Home
last modified time | relevance | path

Searched defs:mangled_name (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cc32 #define OPERATOR_NEW_BODY(mangled_name, nothrow) \ argument
47 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \ argument
116 #define OPERATOR_DELETE_BODY(mangled_name) \ argument
/freebsd-12.1/contrib/binutils/binutils/
H A Dcxxfilt.c50 demangle_it (char *mangled_name) in demangle_it()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp377 const char *mangled_name = m_mangled.GetCString(); in GetDemangledName() local
495 const char *mangled_name = mangled.GetCString(); in GuessLanguage() local
H A DModule.cpp768 ConstString mangled_name(sc.GetFunctionName(Mangled::ePreferMangled)); in Prune() local
/freebsd-12.1/contrib/libcxxrt/
H A Dtypeinfo.cc75 extern "C" char* __cxa_demangle(const char* mangled_name, in __cxa_demangle()
/freebsd-12.1/contrib/gdb/gdb/
H A Djv-typeprint.c91 char *mangled_name; in java_type_print_base() local
H A Dc-typeprint.c661 char *mangled_name; in c_type_print_base() local
H A Dsymtab.c318 char *mangled_name; in gdb_mangle_name() local
929 const char *mangled_name = NULL; in lookup_symbol() local
H A Dgdbtypes.c1525 char *mangled_name = gdb_mangle_name (type, method_id, signature_id); in check_stub_method() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp361 const ConstString mangled_name, std::set<ConstString> &alternates) { in FindAlternateFunctionManglings()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1030 static bool FindFunctionInModule(ConstString &mangled_name, in FindFunctionInModule()
/freebsd-12.1/contrib/binutils/libiberty/
H A Dcp-demangle.c4089 __cxa_demangle (const char *mangled_name, char *output_buffer, in __cxa_demangle()
4174 __gcclibcxx_demangle_callback (const char *mangled_name, in __gcclibcxx_demangle_callback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp766 Mangled mangled_name(name); in CollectFallbackNames() local
/freebsd-12.1/contrib/gcc/cp/
H A Dmangle.c2124 const char *mangled_name = NULL; in write_expression() local
H A Dpt.c4372 char *mangled_name = mangle_class_name_for_template in classtype_mangled_name() local
H A Dcp-tree.h3637 const char *mangled_name; member
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dcp-demangle.c3964 __cxa_demangle (const char *mangled_name, char *output_buffer, in __cxa_demangle()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2343 llvm::StringRef mangled_name = mangled.GetMangledName().GetStringRef(); in ParseSymbols() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1191 const char *mangled_name = NULL; in ParseBlocksRecursive() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp8136 lldb::opaque_compiler_type_t type, const char *name, const char *mangled_name, in AddMethodToCXXRecordType()