Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp38 InjectedSourceTable(2, InjectedSourceHashTraits) {} in PDBFileBuilder()
193 InjectedSourceTable.set_as(VName, std::move(Entry)); in finalizeMsfLayout()
198 InjectedSourceTable.calculateSerializedLength(); in finalizeMsfLayout()
228 assert(!InjectedSourceTable.empty()); in commitSrcHeaderBlock()
241 cantFail(InjectedSourceTable.commit(Writer)); in commitSrcHeaderBlock()
248 if (InjectedSourceTable.empty()) in commitInjectedSources()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h101 HashTable<SrcHeaderBlockEntry, StringTableHashTraits> InjectedSourceTable; variable