Home
last modified time | relevance | path

Searched refs:BindInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp191 dxbc::PSV::v2::ResourceBindInfo BindInfo; in addResourcesForPSV() local
192 BindInfo.Type = Type; in addResourcesForPSV()
193 BindInfo.LowerBound = Binding.LowerBound; in addResourcesForPSV()
194 BindInfo.UpperBound = Binding.LowerBound + Binding.Size - 1; in addResourcesForPSV()
195 BindInfo.Space = Binding.Space; in addResourcesForPSV()
196 BindInfo.Kind = static_cast<dxbc::PSV::ResourceKind>(Kind); in addResourcesForPSV()
197 BindInfo.Flags = Flags; in addResourcesForPSV()
198 return BindInfo; in addResourcesForPSV()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h228 struct BindInfo { struct
307 BindInfo Binds;