Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp403 SigOutputElements.Stride = SigPatchOrPrimElements.Stride = in parse()
419 size_t PSize = SigPatchOrPrimElements.Stride * PatchOrPrimCount; in parse()
420 SigPatchOrPrimElements.Data = Data.substr(Current - Data.begin(), PSize); in parse()
511 return P->SigPatchOrPrimElements; in getSigPatchOrPrimCount()
513 return P->SigPatchOrPrimElements; in getSigPatchOrPrimCount()
515 return P->SigPatchOrPrimElements; in getSigPatchOrPrimCount()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h319 SigElementArray SigPatchOrPrimElements; variable
382 return SigPatchOrPrimElements; in getSigPatchOrPrimElements()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp153 BaseData.SigPatchOrPrimElements = in finalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h251 SmallVector<SignatureElement> SigPatchOrPrimElements; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp218 for (auto El : P.Info->SigPatchOrPrimElements) in writeParts()
H A DDXContainerYAML.cpp336 IO.mapRequired("SigPatchOrPrimElements", PSV.SigPatchOrPrimElements); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h511 uint8_t SigPatchOrPrimElements; member