Home
last modified time | relevance | path

Searched defs:GetMangledName (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp20 ConstString CompilerDecl::GetMangledName() const { in GetMangledName() function in CompilerDecl
H A DType.cpp1195 ConstString TypeMemberFunctionImpl::GetMangledName() const { in GetMangledName() function in TypeMemberFunctionImpl
/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
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp73 const char *SBSymbol::GetMangledName() const { in GetMangledName() function in SBSymbol
H A DSBFunction.cpp73 const char *SBFunction::GetMangledName() const { in GetMangledName() function in SBFunction
H A DSBType.cpp386 const char *SBTypeStaticField::GetMangledName() { in GetMangledName() function in SBTypeStaticField
932 const char *SBTypeMemberFunction::GetMangledName() { in GetMangledName() function in SBTypeMemberFunction
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp201 const char *DWARFDIE::GetMangledName() const { in GetMangledName() function in DWARFDIE
H A DDWARFDebugInfoEntry.cpp550 DWARFDebugInfoEntry::GetMangledName(const DWARFUnit *cu, in GetMangledName() function in DWARFDebugInfoEntry
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp422 llvm::StringRef IncrementalParser::GetMangledName(GlobalDecl GD) const { in GetMangledName() function in clang::IncrementalParser