Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDManualDWARFIndex.cpp144 const char *mangled_cstr = nullptr; in IndexUnitImpl() local
177 mangled_cstr = form_value.AsCString(); in IndexUnitImpl()
286 if (!is_method && !mangled_cstr && !is_objc_method) in IndexUnitImpl()
289 if (mangled_cstr) { in IndexUnitImpl()
294 if (name && name != mangled_cstr && in IndexUnitImpl()
295 ((mangled_cstr[0] == '_') || in IndexUnitImpl()
296 (::strcmp(name, mangled_cstr) != 0))) { in IndexUnitImpl()
297 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
316 if (mangled_cstr && !is_declaration) in IndexUnitImpl()
317 set.types.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp1013 auto mangled_cstr = mangled.empty() ? nullptr : mangled.c_str(); in ParseVariableForPDBData() local
1020 var_uid, var_name.c_str(), mangled_cstr, type_sp, scope, context_scope, in ParseVariableForPDBData()