Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h277 GetDemangledFunctionNameWithoutArguments(Mangled mangled) const { in GetDemangledFunctionNameWithoutArguments()
284 virtual ConstString GetDisplayDemangledName(Mangled mangled) const { in GetDisplayDemangledName()
345 GenerateAlternateFunctionManglings(const ConstString mangled) const { in GenerateAlternateFunctionManglings()
350 FindBestAlternateFunctionMangledName(const Mangled mangled, in FindBestAlternateFunctionMangledName()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp66 llvm::StringRef mangled, in InlineFunctionInfo()
73 const Mangled &mangled, in InlineFunctionInfo()
259 lldb::user_id_t type_uid, const Mangled &mangled, Type *type, in Function()
393 ConstString mangled = m_mangled.GetMangledName(); in GetDescription() local
H A DSymbol.cpp51 Symbol::Symbol(uint32_t symID, const Mangled &mangled, SymbolType type, in Symbol()
388 const Mangled &mangled = GetMangled(); in Compare() local
H A DSymtab.cpp244 static bool lldb_skip_name(llvm::StringRef mangled, in lldb_skip_name()
329 Mangled &mangled = symbol->GetMangled(); in InitNameIndexes() local
485 const Mangled &mangled = symbol->GetMangled(); in AppendSymbolNamesToMap() local
H A DVariable.cpp40 Variable::Variable(lldb::user_id_t uid, const char *name, const char *mangled, in Variable()
H A DBlock.cpp408 void Block::SetInlinedFunctionInfo(const char *name, const char *mangled, in SetInlinedFunctionInfo()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp41 bool RichManglingContext::FromItaniumName(ConstString mangled) { in FromItaniumName() argument
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp578 const char *&name, const char *&mangled, DWARFRangeList &ranges, in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.cpp120 DWARFUnit *cu, const char *&name, const char *&mangled, in GetDIENamesAndRanges()
H A DDWARFASTParserClang.cpp2377 const char *mangled = nullptr; in ParseFunctionFromDWARF() local
H A DSymbolFileDWARF.cpp3470 const char *mangled = nullptr; in ParseVariableDIE() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp316 ConstString mangled) { in SetStringWithMangledCounterpart()
/freebsd/lib/libradius/
H A Dradlib.c1457 rad_demangle(struct rad_handle *h, const void *mangled, size_t mlen) in rad_demangle()
1511 rad_demangle_mppe_key(struct rad_handle *h, const void *mangled, in rad_demangle_mppe_key()
/freebsd/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/usr.sbin/ppp/
H A Dradius.c148 demangle(struct radius *r, const void *mangled, size_t mlen, in demangle()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp444 Mangled mangled(name); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp928 Mangled mangled(mangled_str); in GetDemangledName() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp681 Mangled mangled(name); in CollectCandidateCPlusPlusNames() local
/freebsd/contrib/libcxxrt/
H A Dexception.cc356 const char *mangled = ex->exceptionType->name(); in terminate_with_diagnostics() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp715 Symbol *mangled = ctx.symtab.findMangle(unmangled->getName()); in mangleMaybe() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2355 Mangled mangled(symbol_bare); in ParseSymbols() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp504 Mangled mangled(proc.Name); in CreateFunction() local