Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp2894 …const uint64_t name_strp = die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT_name, UINT64_MAX… in UpdateExternalModuleListIfNeeded() local
2897 if (name_strp != UINT64_MAX) in UpdateExternalModuleListIfNeeded()
2901 const char *name = get_debug_str_data().PeekCStr(name_strp); in UpdateExternalModuleListIfNeeded()
2922 … m_external_type_modules[name_strp] = ClangModuleInfo { ConstString(name), module_sp }; in UpdateExternalModuleListIfNeeded()