/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Language.h | 277 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 D | Function.cpp | 66 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 D | Symbol.cpp | 51 Symbol::Symbol(uint32_t symID, const Mangled &mangled, SymbolType type, in Symbol() 388 const Mangled &mangled = GetMangled(); in Compare() local
|
H A D | Symtab.cpp | 244 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 D | Variable.cpp | 40 Variable::Variable(lldb::user_id_t uid, const char *name, const char *mangled, in Variable()
|
H A D | Block.cpp | 408 void Block::SetInlinedFunctionInfo(const char *name, const char *mangled, in SetInlinedFunctionInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | RichManglingContext.cpp | 41 bool RichManglingContext::FromItaniumName(ConstString mangled) { in FromItaniumName() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 586 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 D | DWARFDIE.cpp | 578 const char *&name, const char *&mangled, DWARFRangeList &ranges, in GetDIENamesAndRanges()
|
H A D | DWARFDebugInfoEntry.cpp | 120 DWARFUnit *cu, const char *&name, const char *&mangled, in GetDIENamesAndRanges()
|
H A D | DWARFASTParserClang.cpp | 2377 const char *mangled = nullptr; in ParseFunctionFromDWARF() local
|
H A D | SymbolFileDWARF.cpp | 3470 const char *mangled = nullptr; in ParseVariableDIE() local
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ConstString.cpp | 316 ConstString mangled) { in SetStringWithMangledCounterpart()
|
/freebsd/lib/libradius/ |
H A D | radlib.c | 1457 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 D | SymbolFilePDB.cpp | 310 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 D | radius.c | 148 demangle(struct radius *r, const void *mangled, size_t mlen, in demangle()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 444 Mangled mangled(name); in DoExecute() local
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBType.cpp | 928 Mangled mangled(mangled_str); in GetDemangledName() local
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 681 Mangled mangled(name); in CollectCandidateCPlusPlusNames() local
|
/freebsd/contrib/libcxxrt/ |
H A D | exception.cc | 356 const char *mangled = ex->exceptionType->name(); in terminate_with_diagnostics() local
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 715 Symbol *mangled = ctx.symtab.findMangle(unmangled->getName()); in mangleMaybe() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2355 Mangled mangled(symbol_bare); in ParseSymbols() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 504 Mangled mangled(proc.Name); in CreateFunction() local
|