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.cpp243 const char *mangled_cstr = nullptr; in IndexUnitImpl() local
270 mangled_cstr = form_value.AsCString(); in IndexUnitImpl()
338 if (!is_method && !mangled_cstr && !is_objc_method) in IndexUnitImpl()
341 if (mangled_cstr) { in IndexUnitImpl()
346 if (name && name != mangled_cstr && in IndexUnitImpl()
347 ((mangled_cstr[0] == '_') || in IndexUnitImpl()
348 (::strcmp(name, mangled_cstr) != 0))) { in IndexUnitImpl()
349 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
368 if (mangled_cstr && !is_declaration) in IndexUnitImpl()
369 set.types.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1018 auto mangled_cstr = mangled.empty() ? nullptr : mangled.c_str(); in ParseVariableForPDBData() local
1028 var_uid, var_name.c_str(), mangled_cstr, type_sp, scope, context_scope, in ParseVariableForPDBData()