Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDMangled.h145 ConstString &GetMangledName() { return m_mangled; } in GetMangledName() function
151 ConstString GetMangledName() const { return m_mangled; } in GetMangledName() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerDecl.cpp20 ConstString CompilerDecl::GetMangledName() const { in GetMangledName() function in CompilerDecl
HDType.cpp1195 ConstString TypeMemberFunctionImpl::GetMangledName() const { in GetMangledName() function in TypeMemberFunctionImpl
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDModuleBuilder.cpp128 llvm::StringRef GetMangledName(GlobalDecl GD) { in GetMangledName() function in __anonad0afea40111::CodeGeneratorImpl
348 llvm::StringRef CodeGenerator::GetMangledName(GlobalDecl GD) { in GetMangledName() function in CodeGenerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBSymbol.cpp73 const char *SBSymbol::GetMangledName() const { in GetMangledName() function in SBSymbol
HDSBFunction.cpp73 const char *SBFunction::GetMangledName() const { in GetMangledName() function in SBFunction
HDSBType.cpp386 const char *SBTypeStaticField::GetMangledName() { in GetMangledName() function in SBTypeStaticField
932 const char *SBTypeMemberFunction::GetMangledName() { in GetMangledName() function in SBTypeMemberFunction
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDIE.cpp201 const char *DWARFDIE::GetMangledName() const { in GetMangledName() function in DWARFDIE
HDDWARFDebugInfoEntry.cpp550 DWARFDebugInfoEntry::GetMangledName(const DWARFUnit *cu, in GetMangledName() function in DWARFDebugInfoEntry
/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDIncrementalParser.cpp422 llvm::StringRef IncrementalParser::GetMangledName(GlobalDecl GD) const { in GetMangledName() function in clang::IncrementalParser