Searched refs:IndexBuffer (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | DXContainerPSVInfo.cpp | 36 SmallVectorImpl<uint32_t> &IndexBuffer, in ProcessElementList() argument 58 size_t Idx = FindSequence(IndexBuffer, El.Indices); in ProcessElementList() 60 FinalElement.IndicesOffset = static_cast<uint32_t>(IndexBuffer.size()); in ProcessElementList() 61 llvm::append_range(IndexBuffer, El.Indices); in ProcessElementList() 119 support::endian::write(OS, static_cast<uint32_t>(IndexBuffer.size()), in write() 121 for (auto I : IndexBuffer) in write() 160 ProcessElementList(DXConStrTabBuilder, IndexBuffer, SignatureElements, in finalize() 162 ProcessElementList(DXConStrTabBuilder, IndexBuffer, SignatureElements, in finalize() 164 ProcessElementList(DXConStrTabBuilder, IndexBuffer, SignatureElements, in finalize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | DXContainerPSVInfo.h | 83 SmallVector<uint32_t, 64> IndexBuffer;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 128 std::unique_ptr<llvm::MemoryBuffer> IndexBuffer, in GlobalModuleIndex() argument 130 : Buffer(std::move(IndexBuffer)), IdentifierIndex(), NumIdentifierLookups(), in GlobalModuleIndex()
|