Searched refs:dwo_symfile (Results 1 – 1 of 1) sorted by relevance
1595 std::unique_ptr<SymbolFileDWARFDwo> dwo_symfile = in GetDwoSymbolFileForCompileUnit() local1597 if (dwo_symfile) in GetDwoSymbolFileForCompileUnit()1598 return dwo_symfile; in GetDwoSymbolFileForCompileUnit()1713 auto *dwo_symfile = in UpdateExternalModuleListIfNeeded() local1715 if (!dwo_symfile) in UpdateExternalModuleListIfNeeded()1717 llvm::Optional<uint64_t> dwo_dwo_id = dwo_symfile->GetDWOId(); in UpdateExternalModuleListIfNeeded()