Home
last modified time | relevance | path

Searched refs:InjectedSourceTable (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInjectedSourceStream.h29 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
H A DPDBFileBuilder.h97 HashTable<SrcHeaderBlockEntry> InjectedSourceTable; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp35 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()
H A DInjectedSourceStream.cpp39 if (auto EC = InjectedSourceTable.load(Reader)) in reload()