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
42 InjectedSourceTable(2) {} in PDBFileBuilder()196 InjectedSourceTable.set_as(VName, std::move(Entry), in finalizeMsfLayout()202 InjectedSourceTable.calculateSerializedLength(); in finalizeMsfLayout()232 assert(!InjectedSourceTable.empty()); in commitSrcHeaderBlock()245 cantFail(InjectedSourceTable.commit(Writer)); in commitSrcHeaderBlock()252 if (InjectedSourceTable.empty()) in commitInjectedSources()
39 if (auto EC = InjectedSourceTable.load(Reader)) in reload()