Home
last modified time | relevance | path

Searched refs:writeHashTable (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp156 Error PDBStringTableBuilder::writeHashTable(BinaryStreamWriter &Writer) const { in writeHashTable() function in PDBStringTableBuilder
204 if (auto EC = writeHashTable(SectionWriter)) in commit()
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DPathProfiling.c121 void writeHashTable(uint32_t functionNumber, pathHashTable_t* hashTable) { in writeHashTable() function
245 writeHashTable(i+1,ft[i].array); in pathProfAtExitHandler()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h63 Error writeHashTable(BinaryStreamWriter &Writer) const;