Home
last modified time | relevance | path

Searched refs:SigPatchOrPrimElements (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp341 SigOutputElements.Stride = SigPatchOrPrimElements.Stride = in parse()
356 size_t PSize = SigPatchOrPrimElements.Stride * PatchOrPrimCount; in parse()
357 SigPatchOrPrimElements.Data = Data.substr(Current - Data.begin(), PSize); in parse()
444 return P->SigPatchOrPrimElements; in getSigPatchOrPrimCount()
446 return P->SigPatchOrPrimElements; in getSigPatchOrPrimCount()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h78 BaseData.SigPatchOrPrimElements = in finalize()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h135 SigElementArray SigPatchOrPrimElements; variable
191 return SigPatchOrPrimElements; in getSigPatchOrPrimElements()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h115 SmallVector<SignatureElement> SigPatchOrPrimElements; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h379 uint8_t SigPatchOrPrimElements; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp216 for (auto El : P.Info->SigPatchOrPrimElements) in writeParts()
H A DDXContainerYAML.cpp141 IO.mapRequired("SigPatchOrPrimElements", PSV.SigPatchOrPrimElements); in mapping()