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

12

/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBSymbol.i38 GetMangledName () const;
85 mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (linkage) name for this symbol as a string.''')
H A DSBFunction.i66 GetMangledName () const;
125 mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (linkage) name for this function as a string.''')
H A DSBType.i87 GetMangledName ();
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DCompilerDecl.cpp19 ConstString CompilerDecl::GetMangledName() const { function in class:CompilerDecl
H A DSymbol.cpp208 if (m_mangled.GetMangledName())
209 s->Printf(", mangled=\"%s\"", m_mangled.GetMangledName().AsCString());
335 return mangled.GetMangledName() == name ||
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DMangled.h145 ConstString &GetMangledName() { return m_mangled; } function in class:lldb_private::Mangled
151 ConstString GetMangledName() const { return m_mangled; } function in class:lldb_private::Mangled
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp37 if (const char *mangled_die_name = die.GetMangledName()) {
64 if (name_type_mask & eFunctionNameTypeFull && die.GetMangledName() == name)
H A DDWARFDIE.h29 const char *GetMangledName() const;
H A DDWARFDebugInfoEntry.h98 const char *GetMangledName(const DWARFUnit *cu,
H A DDWARFDIE.cpp199 const char *DWARFDIE::GetMangledName() const { function in class:DWARFDIE
201 return m_die->GetMangledName(m_cu);
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerDecl.h72 ConstString GetMangledName() const;
/openbsd-current/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-current/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 { function in class:clang::IncrementalParser
302 return CG->GetMangledName(GD);
H A DInterpreter.cpp244 llvm::StringRef MangledName = IncrParser->GetMangledName(GD);
/openbsd-current/gnu/llvm/clang/include/clang/CodeGen/
H A DModuleBuilder.h84 llvm::StringRef GetMangledName(GlobalDecl GD);
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBFunction.cpp74 const char *SBFunction::GetMangledName() const { function in class:SBFunction
79 cstr = m_opaque_ptr->GetMangled().GetMangledName().AsCString();
H A DSBSymbol.cpp73 const char *SBSymbol::GetMangledName() const { function in class:SBSymbol
78 name = m_opaque_ptr->GetMangled().GetMangledName().AsCString();
H A DSBType.cpp813 ConstString mangled_str = m_opaque_sp->GetMangledName();
822 const char *SBTypeMemberFunction::GetMangledName() { function in class:SBTypeMemberFunction
826 return m_opaque_sp->GetMangledName().GetCString();
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp128 llvm::StringRef GetMangledName(GlobalDecl GD) { function in class:__anon560::CodeGeneratorImpl
348 llvm::StringRef CodeGenerator::GetMangledName(GlobalDecl GD) { function in class:CodeGenerator
349 return static_cast<CodeGeneratorImpl *>(this)->GetMangledName(GD);
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DMangled.cpp387 if (obj.GetMangledName())
388 s << "mangled = '" << obj.GetMangledName() << "'";
/openbsd-current/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp225 const char *func_mangled_name = function.GetMangledName();
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DLanguage.h261 return mangled.GetMangledName();

Completed in 152 milliseconds

12