| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBFunction.i | 66 GetMangledName () const; 125 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin…
|
| H A D | SBSymbol.i | 38 GetMangledName () const; 85 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin…
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Mangled.h | 145 ConstString &GetMangledName() { return m_mangled; } in GetMangledName() function 151 ConstString GetMangledName() const { return m_mangled; } in GetMangledName() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFIndex.cpp | 37 if (const char *mangled_die_name = die.GetMangledName()) { in ProcessFunctionDIE() 64 if (name_type_mask & eFunctionNameTypeFull && die.GetMangledName() == name) in ProcessFunctionDIE()
|
| H A D | DWARFDIE.h | 29 const char *GetMangledName() const;
|
| H A D | DWARFDIE.cpp | 199 const char *DWARFDIE::GetMangledName() const { in GetMangledName() function in DWARFDIE 201 return m_die->GetMangledName(m_cu); in GetMangledName()
|
| H A D | DWARFDebugInfoEntry.h | 98 const char *GetMangledName(const DWARFUnit *cu,
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 128 llvm::StringRef GetMangledName(GlobalDecl GD) { in GetMangledName() function in __anon2a1548e20111::CodeGeneratorImpl 348 llvm::StringRef CodeGenerator::GetMangledName(GlobalDecl GD) { in GetMangledName() function in CodeGenerator 349 return static_cast<CodeGeneratorImpl *>(this)->GetMangledName(GD); in GetMangledName()
|
| /openbsd-src/gnu/llvm/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 79 cstr = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
|
| H A D | SBType.cpp | 813 ConstString mangled_str = m_opaque_sp->GetMangledName(); in GetDemangledName() 822 const char *SBTypeMemberFunction::GetMangledName() { in GetMangledName() function in SBTypeMemberFunction 826 return m_opaque_sp->GetMangledName().GetCString(); in GetMangledName()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompilerDecl.cpp | 19 ConstString CompilerDecl::GetMangledName() const { in GetMangledName() function in CompilerDecl
|
| H A D | Symbol.cpp | 208 if (m_mangled.GetMangledName()) in GetDescription() 209 s->Printf(", mangled=\"%s\"", m_mangled.GetMangledName().AsCString()); in GetDescription() 335 return mangled.GetMangledName() == name || in Compare()
|
| /openbsd-src/gnu/llvm/clang/lib/Interpreter/ |
| H A D | IncrementalParser.h | 73 llvm::StringRef GetMangledName(GlobalDecl GD) const;
|
| H A D | IncrementalParser.cpp | 299 llvm::StringRef IncrementalParser::GetMangledName(GlobalDecl GD) const { in GetMangledName() function in clang::IncrementalParser 302 return CG->GetMangledName(GD); in GetMangledName()
|
| H A D | Interpreter.cpp | 244 llvm::StringRef MangledName = IncrParser->GetMangledName(GD); in getSymbolAddress()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerDecl.h | 72 ConstString GetMangledName() const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBFunction.h | 36 const char *GetMangledName() const;
|
| H A D | SBSymbol.h | 37 const char *GetMangledName() const;
|
| H A D | SBType.h | 77 const char *GetMangledName();
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | ModuleBuilder.h | 84 llvm::StringRef GetMangledName(GlobalDecl GD);
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Mangled.cpp | 387 if (obj.GetMangledName()) in operator <<() 388 s << "mangled = '" << obj.GetMangledName() << "'"; in operator <<()
|
| /openbsd-src/gnu/llvm/lldb/examples/functions/ |
| H A D | main.cpp | 225 const char *func_mangled_name = function.GetMangledName(); in main()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Language.h | 261 return mangled.GetMangledName(); in GetDemangledFunctionNameWithoutArguments()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 65 const char *mangled_name = mangled.GetMangledName().GetCString(); in SymbolNameFitsToLanguage() 71 const char *mangled_name_cstr = mangled.GetMangledName().GetCString(); in GetDemangledFunctionNameWithoutArguments() 95 return mangled.GetMangledName(); in GetDemangledFunctionNameWithoutArguments()
|