Home
last modified time | relevance | path

Searched refs:writeSparseBitVector (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h29 Error writeSparseBitVector(BinaryStreamWriter &Writer, SparseBitVector<> &Vec);
187 if (auto EC = writeSparseBitVector(Writer, Present)) in commit()
190 if (auto EC = writeSparseBitVector(Writer, Deleted)) in commit()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp43 Error llvm::pdb::writeSparseBitVector(BinaryStreamWriter &Writer, in writeSparseBitVector() function in llvm::pdb