HomeSort by relevance Sort by last modified time
    Searched refs:calculateHashTableSize (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
PDBStringTableBuilder.h 60 uint32_t calculateHashTableSize() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
PDBStringTableBuilder.cpp 115 uint32_t PDBStringTableBuilder::calculateHashTableSize() const {
126 Size += calculateHashTableSize();
203 std::tie(SectionWriter, Writer) = Writer.split(calculateHashTableSize());

Completed in 2478 milliseconds