Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFileBuilder.h99 HashTable<SrcHeaderBlockEntry, StringTableHashTraits> InjectedSourceTable; variable