Searched refs:InjectedSourceTable (Results 1 – 4 of 4) sorted by relevance
28 const_iterator begin() const { return InjectedSourceTable.begin(); } in begin()29 const_iterator end() const { return InjectedSourceTable.end(); } in end()31 uint32_t size() const { return InjectedSourceTable.size(); } in size()37 HashTable<SrcHeaderBlockEntry> InjectedSourceTable; variable
100 HashTable<SrcHeaderBlockEntry> InjectedSourceTable; variable
45 InjectedSourceTable(2) {}200 InjectedSourceTable.set_as(VName, std::move(Entry), in finalizeMsfLayout() 206 InjectedSourceTable.calculateSerializedLength(); in finalizeMsfLayout() 236 assert(!InjectedSourceTable.empty()); in commitSrcHeaderBlock() 249 cantFail(InjectedSourceTable.commit(Writer)); in commitSrcHeaderBlock() 256 if (InjectedSourceTable.empty()) in commitInjectedSources()
38 if (auto EC = InjectedSourceTable.load(Reader)) in reload()