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. |
||
|---|---|---|
| .. | ||
| ArchiveTest.cpp | ||
| CMakeLists.txt | ||
| DXContainerTest.cpp | ||
| ELFObjectFileTest.cpp | ||
| ELFTest.cpp | ||
| ELFTypesTest.cpp | ||
| MinidumpTest.cpp | ||
| ObjectFileTest.cpp | ||
| OffloadingTest.cpp | ||
| SymbolSizeTest.cpp | ||
| SymbolicFileTest.cpp | ||
| XCOFFObjectFileTest.cpp | ||