Searched refs:getCUIndex (Results 1 – 10 of 10) sorted by relevance
36 m_context.GetAsLLVM().getCUIndex(); in SymbolFileDWARFDwo()40 if (const llvm::DWARFUnitIndex &index = m_context.GetAsLLVM().getCUIndex()) { in GetDWOCompileUnitForHash()
912 Index = &context.GetAsLLVM().getCUIndex(); in extract()
283 unsigned getCUIndex() const { return CUIndex; } in getCUIndex() function
277 const DWARFUnitIndex &getCUIndex();
302 std::optional<uint64_t> getCUIndex() const;
554 std::optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry565 std::optional<uint64_t> Index = getCUIndex(); in getCUOffset()
569 getCUIndex().dump(OS); in dump()731 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()850 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
884 return Context.getCUIndex(); in getDWARFUnitIndex()
1377 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()
267 return UniqueIdToCuMap[Entry.getCUIndex()]; in emitDebugNames()