Searched refs:getCUIndex (Results 1 – 8 of 8) sorted by relevance
37 m_context.GetAsLLVM().getCUIndex(); in SymbolFileDWARFDwo()41 if (const llvm::DWARFUnitIndex &index = m_context.GetAsLLVM().getCUIndex()) { in GetDWOCompileUnitForHash()
1026 : context.GetAsLLVM().getCUIndex(); in extract()
76 virtual const DWARFUnitIndex &getCUIndex() = 0;296 const DWARFUnitIndex &getCUIndex();
465 std::optional<uint64_t> getCUIndex() const;
326 const DWARFUnitIndex &getCUIndex() override { in getCUIndex() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState644 const DWARFUnitIndex &getCUIndex() override { in getCUIndex() function in __anonfc0a132e0411::ThreadSafeState646 return ThreadUnsafeDWARFContextState::getCUIndex(); in getCUIndex()1213 getCUIndex().dump(OS); in dump()1358 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()1411 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext1412 return State->getCUIndex(); in getCUIndex()
644 std::optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry654 std::optional<uint64_t> Index = getCUIndex(); in getCUOffset()
895 return Context.getCUIndex(); in getDWARFUnitIndex()