| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_new_delete.cpp | 31 #define OPERATOR_NEW_BODY(mangled_name, nothrow) \ argument 36 SCOPED_INTERCEPTOR_RAW(mangled_name, size); \ 46 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \ argument 51 SCOPED_INTERCEPTOR_RAW(mangled_name, size); \ 115 #define OPERATOR_DELETE_BODY(mangled_name) \ argument 120 SCOPED_INTERCEPTOR_RAW(mangled_name, ptr); \
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | Demangle.h | 36 char *itaniumDemangle(std::string_view mangled_name, bool ParseParams = true); 55 char *microsoftDemangle(std::string_view mangled_name, size_t *n_read,
|
| /freebsd/contrib/libcxxrt/ |
| H A D | typeinfo.cc | 75 extern "C" char* __cxa_demangle(const char* mangled_name, in __cxa_demangle() argument 85 char *demangled = __cxa_demangle_gnu3(mangled_name); in __cxa_demangle()
|
| H A D | cxxabi.h | 255 char* __cxa_demangle(const char* mangled_name,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.cpp | 481 llvm::StringRef mangled_name = in IsSymbolARuntimeThunk() local 487 return mangled_name.starts_with("_ZTh") || mangled_name.starts_with("_ZTv") || in IsSymbolARuntimeThunk() 488 mangled_name.starts_with("_ZTc"); in IsSymbolARuntimeThunk()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 106 const char *mangled_name = mangled.GetMangledName().GetCString(); in SymbolNameFitsToLanguage() local 107 return mangled_name && Mangled::IsMangledName(mangled_name); in SymbolNameFitsToLanguage() 669 const ConstString mangled_name) const { in GenerateAlternateFunctionManglings() 680 if (!strncmp(mangled_name.GetCString(), "_ZN", 3) && in GenerateAlternateFunctionManglings() 681 strncmp(mangled_name.GetCString(), "_ZNK", 4)) { in GenerateAlternateFunctionManglings() 683 fixed_scratch.append(mangled_name.GetCString() + 3); in GenerateAlternateFunctionManglings() 688 if (!strncmp(mangled_name.GetCString(), "_Z", 2) && in GenerateAlternateFunctionManglings() 689 strncmp(mangled_name.GetCString(), "_ZL", 3)) { in GenerateAlternateFunctionManglings() 691 fixed_scratch.append(mangled_name.GetCString() + 2); in GenerateAlternateFunctionManglings() 701 TS.substitute(mangled_name.GetStringRef(), "a", "c")) in GenerateAlternateFunctionManglings() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 533 if (ConstString mangled_name = in GetDescription() local 537 s->PutCString(mangled_name.AsCString()); in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 198 Mangled mangled_name(nte.getString()); in GetGlobalVariables() local 199 if (!mangled_name.NameMatches(regex)) in GetGlobalVariables()
|
| H A D | DWARFASTParserClang.cpp | 463 mangled_name = form_value.AsCString(); in ParsedDWARFTypeAttributes() 1234 attrs.mangled_name, clang_type, accessibility, attrs.is_virtual, in ParseCXXMethod() 1374 if (attrs.mangled_name) { in ParseSubroutine() 1376 if (!D.partialDemangle(attrs.mangled_name)) { in ParseSubroutine() 1419 if (attrs.mangled_name) in ParseSubroutine() 1421 m_ast.getASTContext(), attrs.mangled_name, /*literal=*/false)); in ParseSubroutine()
|
| H A D | DWARFASTParserClang.h | 567 const char *mangled_name = nullptr; member
|
| H A D | SymbolFileDWARF.cpp | 1345 const char *mangled_name = nullptr; in ParseBlocksRecursive() local 1353 if (die.GetDIENamesAndRanges(name, mangled_name, ranges, decl_file, in ParseBlocksRecursive() 1364 (name != nullptr || mangled_name != nullptr)) { in ParseBlocksRecursive() 1379 block->SetInlinedFunctionInfo(name, mangled_name, decl_up.get(), in ParseBlocksRecursive()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 259 if (ConstString mangled_name = m_mangled.GetMangledName()) { in GetDescription() local 261 s->PutCStringColorHighlighted(mangled_name.GetStringRef(), settings); in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1462 static bool FindFunctionInModule(ConstString &mangled_name, in FindFunctionInModule() argument 1467 mangled_name.SetString(name); in FindFunctionInModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 778 ConstString mangled_name(sc.GetFunctionName(Mangled::ePreferMangled)); in Prune() local 780 if (mangled_name != m_name && full_name != m_name) { in Prune()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2327 llvm::StringRef mangled_name = mangled.GetMangledName().GetStringRef(); in ParseSymbols() local 2328 if (!mangled_name.empty()) in ParseSymbols() 2329 mangled.SetMangledName(ConstString((mangled_name + suffix).str())); in ParseSymbols()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1006 const char *mangled_name, const CompilerType &method_type,
|
| H A D | TypeSystemClang.cpp | 7664 const char *mangled_name, const CompilerType &method_clang_type, in AddMethodToCXXRecordType() argument 7797 if (mangled_name != nullptr) { in AddMethodToCXXRecordType() 7799 getASTContext(), mangled_name, /*literal=*/false)); in AddMethodToCXXRecordType()
|