Home
last modified time | relevance | path

Searched defs:mangled (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Core/
H A DRichManglingContextTest.cpp20 ConstString mangled("_ZN3foo3barEv"); in TEST() local
31 ConstString mangled("_ZN3foo3barEv"); in TEST() local
64 llvm::StringRef mangled = "_ZN3foo3barEv"; in TEST() local
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguage.h257 GetDemangledFunctionNameWithoutArguments(Mangled mangled) const { in GetDemangledFunctionNameWithoutArguments()
309 GenerateAlternateFunctionManglings(const ConstString mangled) const { in GenerateAlternateFunctionManglings()
314 FindBestAlternateFunctionMangledName(const Mangled mangled, in FindBestAlternateFunctionMangledName()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DMangledTest.cpp50 Mangled mangled; in TEST() local
/llvm-project-15.0.7/lldb/source/Core/
H A DRichManglingContext.cpp41 bool RichManglingContext::FromItaniumName(ConstString mangled) { in FromItaniumName()
H A DMangled.cpp95 void Mangled::SetValue(ConstString s, bool mangled) { in SetValue()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp66 llvm::StringRef mangled, in InlineFunctionInfo()
73 const Mangled &mangled, in InlineFunctionInfo()
233 lldb::user_id_t type_uid, const Mangled &mangled, Type *type, in Function()
367 ConstString mangled = m_mangled.GetMangledName(); in GetDescription() local
H A DSymbol.cpp48 Symbol::Symbol(uint32_t symID, const Mangled &mangled, SymbolType type, in Symbol()
335 const Mangled &mangled = GetMangled(); in Compare() local
H A DSymtab.cpp233 static bool lldb_skip_name(llvm::StringRef mangled, in lldb_skip_name()
317 Mangled &mangled = symbol->GetMangled(); in InitNameIndexes() local
473 const Mangled &mangled = symbol->GetMangled(); in AppendSymbolNamesToMap() local
H A DVariable.cpp38 Variable::Variable(lldb::user_id_t uid, const char *name, const char *mangled, in Variable()
H A DBlock.cpp392 void Block::SetInlinedFunctionInfo(const char *name, const char *mangled, in SetInlinedFunctionInfo()
/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_demangle.pass.cpp30119 const char* mangled; member
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp441 const char *&name, const char *&mangled, DWARFRangeList &ranges, in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.cpp231 DWARFUnit *cu, const char *&name, const char *&mangled, in GetDIENamesAndRanges()
H A DDWARFASTParserClang.cpp2288 const char *mangled = nullptr; in ParseFunctionFromDWARF() local
H A DSymbolFileDWARF.cpp3167 const char *mangled = nullptr; in ParseVariableDIE() local
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp514 const Mangled mangled, const SymbolContext &sym_ctx) const { in FindBestAlternateFunctionMangledName() argument
539 Mangled mangled(alternate_mangled_name); in FindBestAlternateFunctionMangledName() local
/llvm-project-15.0.7/lldb/source/Utility/
H A DConstString.cpp310 ConstString mangled) { in SetStringWithMangledCounterpart()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp358 Mangled mangled(name); in DoExecute() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp305 Mangled mangled = GetMangledForPDBFunc(pdb_func); in ParseCompileUnitFunctionForPDBFunc() local
1022 auto mangled = GetMangledForPDBData(pdb_data); in ParseVariableForPDBData() local
1913 Mangled mangled; in GetMangledForPDBFunc() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp811 Mangled mangled(mangled_str); in GetDemangledName() local
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp679 Mangled mangled(name); in CollectCandidateCPlusPlusNames() local
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp666 Symbol *mangled = ctx.symtab.findMangle(unmangled->getName()); in mangleMaybe() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp429 Mangled mangled(proc.Name); in CreateFunction() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2270 Mangled mangled(symbol_bare); in ParseSymbols() local