llvm-project/llvm/unittests/Object
Joseph Huber f06731e3c3 [Binary] Make the OffloadingImage type own the memory
Summary:
The OffloadingBinary uses a convenience struct to help manage the memory
that will be serialized using the binary format. This currently uses a
reference to an existing buffer, but this should own the memory instead
so it is easier to work with seeing as its only current use requires
saving the buffer anyway.
2022-06-07 15:56:09 -04:00
..
ArchiveTest.cpp
CMakeLists.txt [Object][DX] Initial DXContainer parsing support 2022-05-02 13:56:33 -05:00
DXContainerTest.cpp Fix overflow bug impacting 32-bit testing 2022-06-06 11:16:16 -05:00
ELFObjectFileTest.cpp [llvm-objdump] Let --symbolize-operands symbolize basic block addresses based on the SHT_LLVM_BB_ADDR_MAP section. 2022-05-16 10:11:11 -07:00
ELFTest.cpp [LoongArch 2/6] Add ELF machine flag and relocs for upcoming LoongArch target 2022-02-10 10:23:34 +00:00
ELFTypesTest.cpp
MinidumpTest.cpp
ObjectFileTest.cpp
OffloadingTest.cpp [Binary] Make the OffloadingImage type own the memory 2022-06-07 15:56:09 -04:00
SymbolSizeTest.cpp
SymbolicFileTest.cpp
XCOFFObjectFileTest.cpp [XCOFF] Improve error message context. 2021-10-11 02:52:20 +00:00