Home
last modified time | relevance | path

Searched defs:GSIHashStreamBuilder (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp31 struct llvm::pdb::GSIHashStreamBuilder { struct in llvm::pdb
32 std::vector<CVSymbol> Records;
33 uint32_t StreamIndex;
34 std::vector<PSHashRecord> HashRecords;
35 std::array<support::ulittle32_t, (IPHR_HASH + 32) / 32> HashBitmap;
36 std::vector<support::ulittle32_t> HashBuckets;
43 template <typename T> void addSymbol(const T &Symbol, MSFBuilder &Msf) { in addSymbol()
48 void addSymbol(const CVSymbol &Symbol) { Records.push_back(Symbol); } in addSymbol()