Searched refs:InjectedSourceTable (Results 1 – 4 of 4) sorted by relevance
29 const_iterator begin() const { return InjectedSourceTable.begin(); } in begin()30 const_iterator end() const { return InjectedSourceTable.end(); } in end()32 uint32_t size() const { return InjectedSourceTable.size(); } in size()38 HashTable<SrcHeaderBlockEntry> InjectedSourceTable; variable
97 HashTable<SrcHeaderBlockEntry> InjectedSourceTable; variable
35 InjectedSourceTable(2) {} in PDBFileBuilder()189 InjectedSourceTable.set_as(VName, std::move(Entry), in finalizeMsfLayout()195 InjectedSourceTable.calculateSerializedLength(); in finalizeMsfLayout()225 assert(!InjectedSourceTable.empty()); in commitSrcHeaderBlock()238 cantFail(InjectedSourceTable.commit(Writer)); in commitSrcHeaderBlock()245 if (InjectedSourceTable.empty()) in commitInjectedSources()
39 if (auto EC = InjectedSourceTable.load(Reader)) in reload()