Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A 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
/freebsd/contrib/libcxxrt/
H A Dtypeinfo.cc75 extern "C" char* __cxa_demangle(const char* mangled_name, in __cxa_demangle()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp275 const char *mangled_name = m_mangled.GetCString(); in GetDemangledName() local
H A DModule.cpp795 ConstString mangled_name(sc.GetFunctionName(Mangled::ePreferMangled)); in Prune() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h494 const char *mangled_name = nullptr; member
H A DDebugNamesDWARFIndex.cpp198 Mangled mangled_name(nte.getString()); in GetGlobalVariables() local
H A DSymbolFileDWARF.cpp1363 const char *mangled_name = nullptr; in ParseBlocksRecursive() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp527 if (ConstString mangled_name = in GetDescription() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp259 if (ConstString mangled_name = m_mangled.GetMangledName()) { in GetDescription() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp66 const char *mangled_name = mangled.GetMangledName().GetCString(); in SymbolNameFitsToLanguage() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1286 static bool FindFunctionInModule(ConstString &mangled_name, in FindFunctionInModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2362 llvm::StringRef mangled_name = mangled.GetMangledName().GetStringRef(); in ParseSymbols() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7714 const char *mangled_name, const CompilerType &method_clang_type, in AddMethodToCXXRecordType()