Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp144 if (P.Program->DXILOffset) in writeParts()
145 Header.Bitcode.Offset = *P.Program->DXILOffset; in writeParts()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h54 std::optional<uint32_t> DXILOffset; member