Home
last modified time | relevance | path

Searched defs:ResourceBindInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h317 struct ResourceBindInfo { struct
318 uint32_t Type;
319 uint32_t Space;
320 uint32_t LowerBound;
321 uint32_t UpperBound;
323 void swapBytes() { in swapBytes()
419 struct ResourceBindInfo : public v0::ResourceBindInfo { struct
424 v0::ResourceBindInfo::swapBytes(); in swapBytes() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h75 using ResourceBindInfo = dxbc::PSV::v2::ResourceBindInfo; variable
172 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DXContainerYAML::ResourceBindInfo) in LLVM_YAML_IS_SEQUENCE_VECTOR()