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
102 HashTable<SrcHeaderBlockEntry> InjectedSourceTable; variable
44 InjectedSourceTable(2) {} in PDBFileBuilder()199 InjectedSourceTable.set_as(VName, std::move(Entry), in finalizeMsfLayout()205 InjectedSourceTable.calculateSerializedLength(); in finalizeMsfLayout()235 assert(!InjectedSourceTable.empty()); in commitSrcHeaderBlock()248 cantFail(InjectedSourceTable.commit(Writer)); in commitSrcHeaderBlock()255 if (InjectedSourceTable.empty()) in commitInjectedSources()
38 if (auto EC = InjectedSourceTable.load(Reader)) in reload()