| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-builtins.h | 82 const char *mangle; variable
|
| aarch64-builtins.cc | 947 const char *mangle; local 950 if ((mangle = aarch64_mangle_builtin_vector_type (type)) 951 || (mangle = aarch64_mangle_builtin_scalar_type (type))) 952 return mangle; 1117 tree mangled_name = get_identifier (aarch64_simd_types[i].mangle);
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-builtins.h | 108 const char *mangle; member in struct:arm_simd_type_info
|
| arm-builtins.cc | 1454 const char *mangle; local 1457 if ((mangle = arm_mangle_builtin_vector_type (type)) 1458 || (mangle = arm_mangle_builtin_scalar_type (type))) 1459 return mangle; 1644 tree mangled_name = get_identifier (arm_simd_types[i].mangle);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-builtins.h | 107 const char *mangle; member in struct:arm_simd_type_info
|
| arm-builtins.cc | 1419 const char *mangle; local 1422 if ((mangle = arm_mangle_builtin_vector_type (type)) 1423 || (mangle = arm_mangle_builtin_scalar_type (type))) 1424 return mangle; 1607 tree mangled_name = get_identifier (arm_simd_types[i].mangle);
|
| /src/sbin/fsck/ |
| fsck.c | 90 static void mangle(char *, int *, const char ** volatile *, int *); 305 mangle(optbuf, &argc, &argv, &maxargc); 515 mangle(char *opts, int *argcp, const char ** volatile *argvp, int *maxargcp) function
|
| /src/external/bsd/pcc/dist/pcc/arch/i86/ |
| local.c | 300 static void mangle(NODE *p); 307 mangle(p); 600 mangle(NODE *p) function
|
| /src/sbin/mount/ |
| mount.c | 81 static void mangle(char *, int *, const char ** volatile *, int *); 468 mangle(optbuf, &argc, &argv, &maxargc); 686 mangle(char *options, int *argcp, const char ** volatile *argvp, int *maxargcp) function
|
| /src/external/bsd/pcc/dist/pcc/arch/i386/ |
| local.c | 833 static void mangle(P1ND *p); 843 mangle(p); 1248 mangle(P1ND *p) function
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| MicrosoftMangle.cpp | 24 #include "clang/AST/Mangle.h" 348 void mangle(const NamedDecl *D, StringRef Prefix = "?"); 451 // To mangle anonymous namespaces, hash the path to the main source file. The 483 // The ABI expects that we would never mangle "typical" user-defined entry 536 void MicrosoftCXXNameMangler::mangle(const NamedDecl *D, StringRef Prefix) { function in class:MicrosoftCXXNameMangler 537 // MSVC doesn't mangle C++ names the same way it mangles extern "C" names. 551 // MSVC appears to mangle GUIDs as if they were variables of type 558 llvm_unreachable("Tried to mangle unexpected NamedDecl!"); 571 // We don't even know how to mangle their types anyway :). 578 // We would like to mangle all extern "C" functions using this additiona [all...] |
| ItaniumMangle.cpp | 28 #include "clang/AST/Mangle.h" 462 void mangle(GlobalDecl GD); 670 // The Windows ABI expects that we would never mangle "typical" 729 void CXXNameMangler::mangle(GlobalDecl GD) { function in class:CXXNameMangler 750 // Don't mangle in the type if this isn't a decl we should typically mangle. 764 // Mangle function name and encoding to temporary buffer. 852 // Mangle the type of the primary template. 931 // Mangle variable name to null stream to collect tags. 983 // Do not mangle the owning module for an external linkage declaration [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| LLJIT.cpp | 128 : J(J), InitFunctionPrefix(J.mangle("__orc_init_func.")) { 471 MangleAndInterner Mangle(PS.getExecutionSession(), M.getDataLayout()); 472 auto InternedName = Mangle(InitFunctionName); 1147 std::string LLJIT::mangle(StringRef UnmangledName) const { function in class:llvm::orc::LLJIT
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genpreds.cc | 749 mangle (const char *name) 910 c->c_name = need_mangled_name ? mangle (name) : name; 748 mangle (const char *name) function
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genpreds.cc | 748 mangle (const char *name) 907 c->c_name = need_mangled_name ? mangle (name) : name; 747 mangle (const char *name) function
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Print.cc | 438 char *sname, *oname, *lname, *alias, *mangle; local 597 mangle = func->get_mangled_name (); 598 if (mangle && streq (func->get_name (), mangle)) 599 mangle = NULL; 618 PR (GTXT ("Mangled Name"), mangle);
|
| Dbe.cc | 6145 *mangle = NULL, *address = NULL, *size = NULL, local 6179 mangle = func->get_mangled_name (); 6180 if (mangle && streq (func_name, mangle)) 6181 mangle = NULL; 6211 mangle_0 = mangle; 6231 if (mangle_0 != mangle)
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Print.cc | 438 char *sname, *oname, *lname, *alias, *mangle; local 597 mangle = func->get_mangled_name (); 598 if (mangle && streq (func->get_name (), mangle)) 599 mangle = NULL; 618 PR (GTXT ("Mangled Name"), mangle);
|
| Dbe.cc | 6145 *mangle = NULL, *address = NULL, *size = NULL, local 6179 mangle = func->get_mangled_name (); 6180 if (mangle && streq (func_name, mangle)) 6181 mangle = NULL; 6211 mangle_0 = mangle; 6231 if (mangle_0 != mangle)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPULibFunc.h | 343 virtual std::string mangle() const = 0; 387 std::string mangle() const { return Impl->mangle(); } function in class:llvm::AMDGPULibFunc 425 std::string mangle() const override; 454 std::string mangle() const override { return Name; }
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-builtins.cc | 703 const char *mangle; variable 798 const char *mangle; local 801 if ((mangle = aarch64_mangle_builtin_vector_type (type)) 802 || (mangle = aarch64_mangle_builtin_scalar_type (type))) 803 return mangle; 953 tree mangled_name = get_identifier (aarch64_simd_types[i].mangle);
|