Home
last modified time | relevance | path

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

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