Searched refs:getCUIndex (Results 1 – 9 of 9) sorted by relevance
37 m_context.GetAsLLVM().getCUIndex(); in SymbolFileDWARFDwo()41 if (const llvm::DWARFUnitIndex &index = m_context.GetAsLLVM().getCUIndex()) { in GetDWOCompileUnitForHash()
952 : context.GetAsLLVM().getCUIndex(); in extract()
75 virtual const DWARFUnitIndex &getCUIndex() = 0;290 const DWARFUnitIndex &getCUIndex();
464 std::optional<uint64_t> getCUIndex() const;
328 const DWARFUnitIndex &getCUIndex() override { in getCUIndex() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState648 const DWARFUnitIndex &getCUIndex() override { in getCUIndex() function in __anonfc0a132e0411::ThreadSafeState650 return ThreadUnsafeDWARFContextState::getCUIndex(); in getCUIndex()1217 getCUIndex().dump(OS); in dump()1363 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()1416 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext1417 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()
896 return Context.getCUIndex(); in getDWARFUnitIndex()
1599 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()