Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFunction.i66 GetMangledName () const;
125 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin…
H A DSBSymbol.i38 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 DMangled.h145 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 DDWARFIndex.cpp37 if (const char *mangled_die_name = die.GetMangledName()) { in ProcessFunctionDIE()
64 if (name_type_mask & eFunctionNameTypeFull && die.GetMangledName() == name) in ProcessFunctionDIE()
H A DDWARFDIE.h29 const char *GetMangledName() const;
H A DDWARFDIE.cpp199 const char *DWARFDIE::GetMangledName() const { in GetMangledName() function in DWARFDIE
201 return m_die->GetMangledName(m_cu); in GetMangledName()
H A DDWARFDebugInfoEntry.h98 const char *GetMangledName(const DWARFUnit *cu,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp128 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 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
79 cstr = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
H A DSBType.cpp813 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 DCompilerDecl.cpp19 ConstString CompilerDecl::GetMangledName() const { in GetMangledName() function in CompilerDecl
H A DSymbol.cpp208 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 DIncrementalParser.h73 llvm::StringRef GetMangledName(GlobalDecl GD) const;
H A DIncrementalParser.cpp299 llvm::StringRef IncrementalParser::GetMangledName(GlobalDecl GD) const { in GetMangledName() function in clang::IncrementalParser
302 return CG->GetMangledName(GD); in GetMangledName()
H A DInterpreter.cpp244 llvm::StringRef MangledName = IncrParser->GetMangledName(GD); in getSymbolAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerDecl.h72 ConstString GetMangledName() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFunction.h36 const char *GetMangledName() const;
H A DSBSymbol.h37 const char *GetMangledName() const;
H A DSBType.h77 const char *GetMangledName();
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DModuleBuilder.h84 llvm::StringRef GetMangledName(GlobalDecl GD);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DMangled.cpp387 if (obj.GetMangledName()) in operator <<()
388 s << "mangled = '" << obj.GetMangledName() << "'"; in operator <<()
/openbsd-src/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp225 const char *func_mangled_name = function.GetMangledName(); in main()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguage.h261 return mangled.GetMangledName(); in GetDemangledFunctionNameWithoutArguments()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp65 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()

12