| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFIndex.cpp | 35 if (const char *mangled_die_name = die.GetMangledName()) { in ProcessFunctionDIE() 62 if (name_type_mask & eFunctionNameTypeFull && die.GetMangledName() == name) in ProcessFunctionDIE() 148 if (die.GetMangledName(/*substitute_name_allowed=*/false) != in ProcessTypeDIEMatchQuery()
|
| H A D | DWARFDIE.h | 32 const char *GetMangledName(bool substitute_name_allowed = true) const;
|
| H A D | DWARFDebugInfoEntry.h | 120 const char *GetMangledName(const DWARFUnit *cu,
|
| H A D | DWARFDIE.cpp | 212 const char *DWARFDIE::GetMangledName(bool substitute_name_allowed) const { in GetMangledName() function in DWARFDIE 214 return m_die->GetMangledName(m_cu, substitute_name_allowed); in GetMangledName()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Mangled.h | 152 ConstString &GetMangledName() { return m_mangled; } in GetMangledName() function 158 ConstString GetMangledName() const { return m_mangled; } in GetMangledName() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 128 llvm::StringRef GetMangledName(GlobalDecl GD) { in GetMangledName() function in __anonbec9d48b0111::CodeGeneratorImpl 348 llvm::StringRef CodeGenerator::GetMangledName(GlobalDecl GD) { in GetMangledName() function in CodeGenerator 349 return static_cast<CodeGeneratorImpl *>(this)->GetMangledName(GD); in GetMangledName()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSymbol.cpp | 73 const char *SBSymbol::GetMangledName() const { in GetMangledName() function in SBSymbol 78 name = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
|
| H A D | SBFunction.cpp | 74 const char *SBFunction::GetMangledName() const { in GetMangledName() function in SBFunction 78 return m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
|
| H A D | SBType.cpp | 386 const char *SBTypeStaticField::GetMangledName() { in GetMangledName() function in SBTypeStaticField 391 return m_opaque_up->GetMangledName().GetCString(); in GetMangledName() 960 ConstString mangled_str = m_opaque_sp->GetMangledName(); in GetDemangledName() 968 const char *SBTypeMemberFunction::GetMangledName() { in GetMangledName() function in SBTypeMemberFunction 972 return m_opaque_sp->GetMangledName().GetCString(); in GetMangledName()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFunctionExtensions.i | 18 mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (linkage) name for this function as a string.''')
|
| H A D | SBSymbolExtensions.i | 18 mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (linkage) name for this symbol as a string.''')
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 83 const char *GetMangledName(); 125 const char *GetMangledName();
|
| H A D | SBSymbol.h | 37 const char *GetMangledName() const;
|
| H A D | SBFunction.h | 37 const char *GetMangledName() const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerDecl.h | 72 ConstString GetMangledName() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerDecl.cpp | 20 ConstString CompilerDecl::GetMangledName() const { in GetMangledName() function in CompilerDecl
|
| H A D | Symbol.cpp | 259 if (ConstString mangled_name = m_mangled.GetMangledName()) { in GetDescription() 389 return mangled.GetMangledName() == name || in Compare()
|
| H A D | Type.cpp | 1216 ConstString TypeMemberFunctionImpl::GetMangledName() const { in GetMangledName() function in TypeMemberFunctionImpl 1217 return m_decl.GetMangledName(); in GetMangledName()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ModuleBuilder.h | 88 llvm::StringRef GetMangledName(GlobalDecl GD);
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Mangled.cpp | 442 if (obj.GetMangledName()) in operator <<() 443 s << "mangled = '" << obj.GetMangledName() << "'"; in operator <<()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 106 const char *mangled_name = mangled.GetMangledName().GetCString(); in SymbolNameFitsToLanguage() 112 const char *mangled_name_cstr = mangled.GetMangledName().GetCString(); in GetDemangledFunctionNameWithoutArguments() 136 return mangled.GetMangledName(); in GetDemangledFunctionNameWithoutArguments() 250 mangled.GetMangledName().AsCString("")); in GetAndValidateInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.cpp | 482 symbol.GetMangled().GetMangledName().GetStringRef(); in IsSymbolARuntimeThunk()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/ |
| H A D | lldb-rpc-gen.cpp | 102 lldb_rpc_gen::GetMangledName(Context, MDecl); in VisitCXXRecordDecl()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Language.h | 387 return mangled.GetMangledName(); in GetDemangledFunctionNameWithoutArguments()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | InterpreterValuePrinter.cpp | 46 getCodeGen()->GetMangledName(GlobalDecl(DtorRD, Dtor_Base)); in CompileDtorCall()
|