Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1595 std::unique_ptr<SymbolFileDWARFDwo> dwo_symfile = in GetDwoSymbolFileForCompileUnit() local
1597 if (dwo_symfile) in GetDwoSymbolFileForCompileUnit()
1598 return dwo_symfile; in GetDwoSymbolFileForCompileUnit()
1713 auto *dwo_symfile = in UpdateExternalModuleListIfNeeded() local
1715 if (!dwo_symfile) in UpdateExternalModuleListIfNeeded()
1717 llvm::Optional<uint64_t> dwo_dwo_id = dwo_symfile->GetDWOId(); in UpdateExternalModuleListIfNeeded()