Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp19 ConstString CompilerDecl::GetMangledName() const { GetMangledName() function in CompilerDecl
H A DType.cpp1202 ConstString TypeMemberFunctionImpl::GetMangledName() const { GetMangledName() function in TypeMemberFunctionImpl
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp128 llvm::StringRef GetMangledName(GlobalDecl GD) { in GetMangledName() function in __anon76916bdd0111::CodeGeneratorImpl
348 llvm::StringRef CodeGenerator::GetMangledName(GlobalDecl GD) { in GetMangledName() function in CodeGenerator
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp73 const char *SBSymbol::GetMangledName() const { in GetMangledName() function in SBSymbol
H A DSBFunction.cpp72 const char *SBFunction::GetMangledName() const { GetMangledName() function in SBFunction
H A DSBType.cpp831 const char *SBTypeMemberFunction::GetMangledName() { GetMangledName() function in SBTypeMemberFunction
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp199 const char *DWARFDIE::GetMangledName() const { GetMangledName() function in DWARFDIE
H A DDWARFDebugInfoEntry.cpp552 DWARFDebugInfoEntry::GetMangledName(const DWARFUnit *cu, GetMangledName() function in DWARFDebugInfoEntry
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp406 llvm::StringRef IncrementalParser::GetMangledName(GlobalDecl GD) const { GetMangledName() function in clang::IncrementalParser