Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_new_delete.cpp31 #define OPERATOR_NEW_BODY(mangled_name, nothrow) \ argument
46 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \ argument
115 #define OPERATOR_DELETE_BODY(mangled_name) \ argument
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dcxxfilt.c50 demangle_it (char *mangled_name) in demangle_it()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dcxxfilt.c40 demangle_it (char *mangled_name) in demangle_it()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Djv-typeprint.c91 char *mangled_name; in java_type_print_base() local
Dc-typeprint.c658 char *mangled_name; in c_type_print_base() local
Dsymtab.c321 char *mangled_name; in gdb_mangle_name() local
1017 const char *mangled_name = NULL; in lookup_symbol() local
Dgdbtypes.c1512 char *mangled_name = gdb_mangle_name (type, method_id, signature_id); in check_stub_method() local
/openbsd/src/gnu/llvm/lldb/source/Core/
DMangled.cpp262 const char *mangled_name = m_mangled.GetCString(); in GetDemangledName() local
DModule.cpp800 ConstString mangled_name(sc.GetFunctionName(Mangled::ePreferMangled)); in Prune() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h309 const char *mangled_name = nullptr; member
DSymbolFileDWARF.cpp1280 const char *mangled_name = nullptr; in ParseBlocksRecursive() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp65 const char *mangled_name = mangled.GetMangledName().GetCString(); in SymbolNameFitsToLanguage() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1299 static bool FindFunctionInModule(ConstString &mangled_name, in FindFunctionInModule()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dmangle.c1989 const char *mangled_name = NULL; local
Dpt.c3948 char *mangled_name = mangle_class_name_for_template local
Dcp-tree.h3593 const char *mangled_name; member
/openbsd/src/gnu/gcc/gcc/cp/
Dmangle.c2103 const char *mangled_name = NULL; in write_expression() local
Dpt.c4372 char *mangled_name = mangle_class_name_for_template in classtype_mangled_name() local
Dcp-tree.h3597 const char *mangled_name; member
/openbsd/src/gnu/lib/libiberty/src/
Dcp-demangle.c3933 __cxa_demangle (const char *mangled_name, char *output_buffer, in __cxa_demangle()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp2277 llvm::StringRef mangled_name = mangled.GetMangledName().GetStringRef(); in ParseSymbols() local
/openbsd/src/gnu/llvm/clang/bindings/python/clang/
Dcindex.py1622 def mangled_name(self): member in Cursor
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7680 const char *mangled_name, const CompilerType &method_clang_type, in AddMethodToCXXRecordType()