Home
last modified time | relevance | path

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

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