Home
last modified time | relevance | path

Searched refs:mangled_cstr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp230 const char *mangled_cstr = nullptr; in IndexUnitImpl() local
257 mangled_cstr = form_value.AsCString(); in IndexUnitImpl()
325 if (!is_method && !mangled_cstr && !is_objc_method) in IndexUnitImpl()
328 if (mangled_cstr) { in IndexUnitImpl()
333 if (name && name != mangled_cstr && in IndexUnitImpl()
334 ((mangled_cstr[0] == '_') || in IndexUnitImpl()
335 (::strcmp(name, mangled_cstr) != 0))) { in IndexUnitImpl()
336 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
355 if (mangled_cstr && !is_declaration) in IndexUnitImpl()
356 set.types.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1032 auto mangled_cstr = mangled.empty() ? nullptr : mangled.c_str(); in ParseVariableForPDBData() local
1042 var_uid, var_name.c_str(), mangled_cstr, type_sp, scope, context_scope, in ParseVariableForPDBData()