Searched refs:index_map (Results 1 – 2 of 2) sorted by relevance
1774 llvm::DenseMap<uint32_t, uint32_t> index_map; in ParseCompileUnitLineTable() local1775 BuildSupportFileIdToSupportFileIndexMap(*compiland_up, index_map); in ParseCompileUnitLineTable()1806 uint32_t source_idx = index_map[source_id]; in ParseCompileUnitLineTable()1870 llvm::DenseMap<uint32_t, uint32_t> &index_map) const { in BuildSupportFileIdToSupportFileIndexMap()1883 index_map[source_id] = index++; in BuildSupportFileIdToSupportFileIndexMap()
192 llvm::DenseMap<uint32_t, uint32_t> &index_map) const;