Searched refs:PSH (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | GSIStreamBuilder.cpp | 173 PSH->finalizeBuckets(0, Publics); in finalizePublicBuckets() 289 : Msf(Msf), PSH(std::make_unique<GSIHashStreamBuilder>()), in GSIStreamBuilder() 297 Size += PSH->calculateSerializedLength(); in calculatePublicsHashStreamSize() 311 finalizeGlobalBuckets(PSH->RecordByteSize); in finalizeMsfLayout() 323 uint64_t RecordBytes = PSH->RecordByteSize + GSH->RecordByteSize; in finalizeMsfLayout() 329 PSH->RecordByteSize, GSH->RecordByteSize, UINT32_MAX), in finalizeMsfLayout() 340 assert(Publics.empty() && PSH->RecordByteSize == 0 && in addPublicSymbols() 357 PSH->RecordByteSize = SymOffset; in addPublicSymbols() 460 Header.SymHash = PSH->calculateSerializedLength(); in commitPublicsHashStream() 471 if (auto EC = PSH->commit(Writer)) in commitPublicsHashStream()
|
| H A D | GlobalsStream.cpp | 74 PSHashRecord PSH = GlobalsTable.HashRecords[StartRecordIndex]; in findRecordsByName() local 75 uint32_t Off = PSH.Off - 1; in findRecordsByName()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | GSIStreamBuilder.h | 92 std::unique_ptr<GSIHashStreamBuilder> PSH;
|
| /freebsd/share/examples/ipfilter/ |
| H A D | ipf-howto.txt | 1242 ets that may or may not have the URG, PSH, FIN, or 1244 PSH flags, and S/SAFR would be a better choice for
|