Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp215 const char *mangled_cstr = nullptr; in IndexUnitImpl() local
242 mangled_cstr = form_value.AsCString(); in IndexUnitImpl()
310 if (!is_method && !mangled_cstr && !is_objc_method) in IndexUnitImpl()
313 if (mangled_cstr) { in IndexUnitImpl()
318 if (name && name != mangled_cstr && in IndexUnitImpl()
319 ((mangled_cstr[0] == '_') || in IndexUnitImpl()
320 (::strcmp(name, mangled_cstr) != 0))) { in IndexUnitImpl()
321 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
340 if (mangled_cstr && !is_declaration) in IndexUnitImpl()
341 set.types.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1028 auto mangled_cstr = mangled.empty() ? nullptr : mangled.c_str(); in ParseVariableForPDBData() local
1038 var_uid, var_name.c_str(), mangled_cstr, type_sp, scope, context_scope, in ParseVariableForPDBData()