Home
last modified time | relevance | path

Searched refs:GetMangledName (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp35 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 DDWARFDIE.h32 const char *GetMangledName(bool substitute_name_allowed = true) const;
H A DDWARFDebugInfoEntry.h120 const char *GetMangledName(const DWARFUnit *cu,
H A DDWARFDIE.cpp212 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 DMangled.h152 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 DModuleBuilder.cpp128 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 DSBSymbol.cpp73 const char *SBSymbol::GetMangledName() const { in GetMangledName() function in SBSymbol
78 name = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
H A DSBFunction.cpp74 const char *SBFunction::GetMangledName() const { in GetMangledName() function in SBFunction
78 return m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
H A DSBType.cpp386 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 DSBFunctionExtensions.i18 mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (linkage) name for this function as a string.''')
H A DSBSymbolExtensions.i18 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 DSBType.h83 const char *GetMangledName();
125 const char *GetMangledName();
H A DSBSymbol.h37 const char *GetMangledName() const;
H A DSBFunction.h37 const char *GetMangledName() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h72 ConstString GetMangledName() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp20 ConstString CompilerDecl::GetMangledName() const { in GetMangledName() function in CompilerDecl
H A DSymbol.cpp259 if (ConstString mangled_name = m_mangled.GetMangledName()) { in GetDescription()
389 return mangled.GetMangledName() == name || in Compare()
H A DType.cpp1216 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 DModuleBuilder.h88 llvm::StringRef GetMangledName(GlobalDecl GD);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp442 if (obj.GetMangledName()) in operator <<()
443 s << "mangled = '" << obj.GetMangledName() << "'"; in operator <<()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp106 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 DCPPLanguageRuntime.cpp482 symbol.GetMangled().GetMangledName().GetStringRef(); in IsSymbolARuntimeThunk()
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/
H A Dlldb-rpc-gen.cpp102 lldb_rpc_gen::GetMangledName(Context, MDecl); in VisitCXXRecordDecl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h387 return mangled.GetMangledName(); in GetDemangledFunctionNameWithoutArguments()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp46 getCodeGen()->GetMangledName(GlobalDecl(DtorRD, Dtor_Base)); in CompileDtorCall()

12