Home
last modified time | relevance | path

Searched refs:DXILSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp149 if (P.Program->DXILSize) in writeParts()
150 Header.Bitcode.Size = *P.Program->DXILSize; in writeParts()
H A DDXContainerYAML.cpp102 IO.mapOptional("DXILSize", Program.DXILSize); in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h55 std::optional<uint32_t> DXILSize; member