Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/libcxxrt/
H A Dtypeinfo.cc75 extern "C" char* __cxa_demangle(const char* mangled_name, in __cxa_demangle()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp265 const char *mangled_name = m_mangled.GetCString(); GetDemangledName() local
H A DModule.cpp795 ConstString mangled_name(sc.GetFunctionName(Mangled::ePreferMangled)); in Prune() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp118 Mangled mangled_name(nte.getString()); GetGlobalVariables() local
H A DDWARFASTParserClang.h438 const char *mangled_name = nullptr; global() member
H A DSymbolFileDWARF.cpp1356 const char *mangled_name = nullptr; ParseBlocksRecursive() local
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp263 if (ConstString mangled_name = m_mangled.GetMangledName()) { GetDescription() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp66 const char *mangled_name = mangled.GetMangledName().GetCString(); in SymbolNameFitsToLanguage() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1283 FindFunctionInModule(ConstString & mangled_name,llvm::Module * module,const char * orig_name) FindFunctionInModule() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2306 llvm::StringRef mangled_name = mangled.GetMangledName().GetStringRef(); ParseSymbols() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7555 AddMethodToCXXRecordType(lldb::opaque_compiler_type_t type,llvm::StringRef name,const char * mangled_name,const CompilerType & method_clang_type,lldb::AccessType access,bool is_virtual,bool is_static,bool is_inline,bool is_explicit,bool is_attr_used,bool is_artificial) AddMethodToCXXRecordType() argument