Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h268 GetDemangledFunctionNameWithoutArguments(Mangled mangled) const { in GetDemangledFunctionNameWithoutArguments()
330 GenerateAlternateFunctionManglings(const ConstString mangled) const { in GenerateAlternateFunctionManglings()
335 FindBestAlternateFunctionMangledName(const Mangled mangled, in FindBestAlternateFunctionMangledName()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp41 bool RichManglingContext::FromItaniumName(ConstString mangled) { in FromItaniumName()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp66 llvm::StringRef mangled, in InlineFunctionInfo()
73 const Mangled &mangled, in InlineFunctionInfo()
258 lldb::user_id_t type_uid, const Mangled &mangled, Type *type, in Function()
392 ConstString mangled = m_mangled.GetMangledName(); in GetDescription() local
H A DSymbol.cpp51 Symbol::Symbol(uint32_t symID, const Mangled &mangled, SymbolType type, in Symbol()
392 const Mangled &mangled = GetMangled(); in Compare() local
H A DSymtab.cpp232 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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp503 const char *&name, const char *&mangled, DWARFRangeList &ranges, in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.cpp122 DWARFUnit *cu, const char *&name, const char *&mangled, in GetDIENamesAndRanges()
H A DDWARFASTParserClang.cpp2447 const char *mangled = nullptr; in ParseFunctionFromDWARF() local
H A DSymbolFileDWARF.cpp3491 const char *mangled = nullptr; in ParseVariableDIE() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp586 const Mangled mangled, const SymbolContext &sym_ctx) const { in FindBestAlternateFunctionMangledName() argument
611 Mangled mangled(alternate_mangled_name); in FindBestAlternateFunctionMangledName() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp310 ConstString mangled) { in SetStringWithMangledCounterpart()
/freebsd-14.2/lib/libradius/
H A Dradlib.c1458 rad_demangle(struct rad_handle *h, const void *mangled, size_t mlen) in rad_demangle()
1512 rad_demangle_mppe_key(struct rad_handle *h, const void *mangled, in rad_demangle_mppe_key()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp310 Mangled mangled = GetMangledForPDBFunc(pdb_func); in ParseCompileUnitFunctionForPDBFunc() local
1031 auto mangled = GetMangledForPDBData(pdb_data); in ParseVariableForPDBData() local
1909 Mangled mangled; in GetMangledForPDBFunc() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp456 Mangled mangled(name); in DoExecute() local
/freebsd-14.2/usr.sbin/ppp/
H A Dradius.c148 demangle(struct radius *r, const void *mangled, size_t mlen, in demangle()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp827 Mangled mangled(mangled_str); in GetDemangledName() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp680 Mangled mangled(name); in CollectCandidateCPlusPlusNames() local
/freebsd-14.2/contrib/libcxxrt/
H A Dexception.cc356 const char *mangled = ex->exceptionType->name(); in terminate_with_diagnostics() local
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDriver.cpp724 Symbol *mangled = ctx.symtab.findMangle(unmangled->getName()); in mangleMaybe() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp504 Mangled mangled(proc.Name); in CreateFunction() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2299 Mangled mangled(symbol_bare); in ParseSymbols() local