llvm-project/llvm/lib/Bitcode/Writer
Chris Bieneman 9130e471fe Add DXContainer
DXIL is wrapped in a container format defined by the DirectX 11
specification. Codebases differ in calling this format either DXBC or
DXILContainer.

Since eventually we want to add support for DXBC as a target
architecture and the format is used by DXBC and DXIL, I've termed it
DXContainer here.

Most of the changes in this patch are just adding cases to switch
statements to address warnings.

Reviewed By: pete

Differential Revision: https://reviews.llvm.org/D122062
2022-03-29 14:34:23 -05:00
..
BitWriter.cpp
BitcodeWriter.cpp Add DXContainer 2022-03-29 14:34:23 -05:00
BitcodeWriterPass.cpp Cleanup includes: final pass 2022-03-29 09:00:21 +02:00
CMakeLists.txt [LLVM] Resolve layer violation in BitcodeWriter 2022-01-31 19:01:08 -05:00
ValueEnumerator.cpp [Bitcode] Enumerate constexpr GEP source element type in initializer 2022-03-11 16:38:58 +01:00
ValueEnumerator.h [Bitcode] Ensure DIArgList in bitcode has no null or forward metadata refs 2021-04-22 12:03:33 +01:00