Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp173 Error PDBStringTableBuilder::writeHashTable(BinaryStreamWriter &Writer) const { in writeHashTable() function in PDBStringTableBuilder
221 if (auto EC = writeHashTable(SectionWriter)) in commit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h61 Error writeHashTable(BinaryStreamWriter &Writer) const;
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h689 void writeHashTable(uint8_t *buf);
H A DSyntheticSections.cpp2418 writeHashTable(buf); in writeTo()
2441 void GnuHashTableSection::writeHashTable(uint8_t *buf) { in writeHashTable() function in GnuHashTableSection