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()
999 : context.GetAsLLVM().getCUIndex(); in extract()
75 virtual const DWARFUnitIndex &getCUIndex() = 0;290 const DWARFUnitIndex &getCUIndex();
447 std::optional<uint64_t> getCUIndex() const;
327 const DWARFUnitIndex &getCUIndex() override { in getCUIndex() function in ThreadUnsafeDWARFContextState647 const DWARFUnitIndex &getCUIndex() override { in getCUIndex() function in ThreadSafeState649 return ThreadUnsafeDWARFContextState::getCUIndex(); in getCUIndex()1216 getCUIndex().dump(OS); in dump()1362 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()1414 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext1415 return State->getCUIndex(); in getCUIndex()
620 std::optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry634 std::optional<uint64_t> Index = getCUIndex(); in getCUOffset()
873 return Context.getCUIndex(); in getDWARFUnitIndex()
1434 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()