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.cpp348 SigOutputElements.Stride = SigPatchOrPrimElements.Stride = in parse()
364 size_t PSize = SigPatchOrPrimElements.Stride * PatchOrPrimCount; in parse()
365 SigPatchOrPrimElements.Data = Data.substr(Current - Data.begin(), PSize); in parse()
456 return P->SigPatchOrPrimElements; in getSigPatchOrPrimCount()
458 return P->SigPatchOrPrimElements; in getSigPatchOrPrimCount()
460 return P->SigPatchOrPrimElements; in getSigPatchOrPrimCount()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h136 SigElementArray SigPatchOrPrimElements; variable
199 return SigPatchOrPrimElements; in getSigPatchOrPrimElements()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h115 SmallVector<SignatureElement> SigPatchOrPrimElements; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp154 BaseData.SigPatchOrPrimElements = in finalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h383 uint8_t SigPatchOrPrimElements; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp217 for (auto El : P.Info->SigPatchOrPrimElements) in writeParts()
H A DDXContainerYAML.cpp152 IO.mapRequired("SigPatchOrPrimElements", PSV.SigPatchOrPrimElements); in mapping()