Searched refs:getCUIndex (Results 1 – 12 of 12) sorted by relevance
35 m_context.GetAsLLVM().getCUIndex(); in SymbolFileDWARFDwo()39 if (const llvm::DWARFUnitIndex &index = m_context.GetAsLLVM().getCUIndex()) { in GetDWOCompileUnitForHash()
891 Index = &context.GetAsLLVM().getCUIndex(); in extract()
283 unsigned getCUIndex() const { return CUIndex; } in getCUIndex() function
277 const DWARFUnitIndex &getCUIndex();
301 Optional<uint64_t> getCUIndex() const;
280 if (DWOCtx && !DWOCtx->getCUIndex().getRows().empty()) in updateDebugInfo()372 IsDWP = !DWOCtx->getCUIndex().getRows().empty(); in updateUnitDebugInfo()1382 CUIndex = &DWOCtx->getCUIndex(); in writeDWP()1551 CUIndex = &DWOCtx->getCUIndex(); in writeDWOFiles()
553 Optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry564 Optional<uint64_t> Index = getCUIndex(); in getCUOffset()
572 getCUIndex().dump(OS); in dump()733 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()784 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
874 return Context.getCUIndex(); in getDWARFUnitIndex()
1377 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()
1163 const DWARFUnitIndex &CUIndex = Unit.getContext().getCUIndex(); in addUnitAbbreviations()1266 bool IsDWP = !Context.getCUIndex().getRows().empty(); in finalize()
262 return UniqueIdToCuMap[Entry.getCUIndex()]; in emitDebugNames()