Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp156 Error PDBStringTableBuilder::writeHashTable(BinaryStreamWriter &Writer) const { in writeHashTable() function in PDBStringTableBuilder
204 if (auto EC = writeHashTable(SectionWriter)) in commit()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h63 Error writeHashTable(BinaryStreamWriter &Writer) const;
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h626 void writeHashTable(uint8_t *Buf);
H A DSyntheticSections.cpp2175 writeHashTable(Buf); in writeTo()
2198 void GnuHashTableSection::writeHashTable(uint8_t *Buf) { in writeHashTable() function in GnuHashTableSection