Searched refs:CUIndex (Results 1 – 4 of 4) sorted by relevance
277 if (CUIndex) in getCUIndex()278 return *CUIndex; in getCUIndex()282 CUIndex = llvm::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex()283 CUIndex->parse(CUIndexData); in getCUIndex()284 return *CUIndex; in getCUIndex()
544 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() local546 if (!CUIndex.parse(CUIndexData)) in write()549 for (const DWARFUnitIndex::Entry &E : CUIndex.getRows()) { in write()568 for (auto Kind : CUIndex.getColumnKinds()) { in write()
478 void setDwarfCompileUnitID(unsigned CUIndex) { in setDwarfCompileUnitID() argument479 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
43 std::unique_ptr<DWARFUnitIndex> CUIndex; variable