Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/libcxxrt/
H A Dtypeinfo.cc75 extern "C" char* __cxa_demangle(const char* mangled_name, in __cxa_demangle()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp292 const char *mangled_name = m_mangled.GetCString(); in GetDemangledName() local
H A DModule.cpp766 ConstString mangled_name(sc.GetFunctionName(Mangled::ePreferMangled)); in Prune() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp63 const char *mangled_name = mangled.GetMangledName().GetCString(); in SymbolNameFitsToLanguage() local
401 const ConstString mangled_name, std::set<ConstString> &alternates) { in FindAlternateFunctionManglings()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h238 const char *mangled_name = nullptr; member
H A DSymbolFileDWARF.cpp1156 const char *mangled_name = nullptr; in ParseBlocksRecursive() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp756 Mangled mangled_name(name); in CollectFallbackNames() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1308 static bool FindFunctionInModule(ConstString &mangled_name, in FindFunctionInModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2247 llvm::StringRef mangled_name = mangled.GetMangledName().GetStringRef(); in ParseSymbols() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7512 const char *mangled_name, const CompilerType &method_clang_type, in AddMethodToCXXRecordType()