Home
last modified time | relevance | path

Searched refs:IndicesOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDDXContainerPSVInfo.cpp60 FinalElement.IndicesOffset = static_cast<uint32_t>(IndexBuffer.size()); in ProcessElementList()
64 FinalElement.IndicesOffset = static_cast<uint32_t>(Idx); in ProcessElementList()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDXContainer.h333 uint32_t IndicesOffset; member
352 sys::swapByteOrder(IndicesOffset); in swapBytes()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDDXContainerYAML.h85 Indices(IdxTable.slice(El.IndicesOffset, El.Rows)), in SignatureElement()