1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/tools/llvm-readobj
Zachary Turner cd226b0757 [PDB] Make streams carry their own endianness.
Before the endianness was specified on each call to read
or write of the StreamReader / StreamWriter, but in practice
it's extremely rare for streams to have data encoded in
multiple different endiannesses, so we should optimize for the
99% use case.

This makes the code cleaner and more general, but otherwise
has NFC.

llvm-svn: 296415
2017-02-28 00:04:07 +00:00
..
ARMEHABIPrinter.h [ELF] Convert ELF.h to Expected<T>. 2016-11-16 05:10:28 +00:00
ARMWinEHPrinter.cpp
ARMWinEHPrinter.h
CMakeLists.txt [pdb] Add the ability to resolve TypeServer PDBs. 2017-02-16 23:35:45 +00:00
CodeView.h
COFFDumper.cpp [PDB] Make streams carry their own endianness. 2017-02-28 00:04:07 +00:00
COFFImportDumper.cpp
ELFDumper.cpp llvm-readobj: process FreeBSD core notes 2017-02-12 18:55:33 +00:00
Error.cpp Remove LLVM_NOEXCEPT and replace it with noexcept 2016-10-19 23:52:38 +00:00
Error.h
llvm-readobj.cpp [WebAssembly] Add wasm support for llvm-readobj 2017-01-30 23:30:52 +00:00
llvm-readobj.h
LLVMBuild.txt [pdb] Add the ability to resolve TypeServer PDBs. 2017-02-16 23:35:45 +00:00
MachODumper.cpp Add LC_BUILD_VERSION load command 2017-01-23 20:07:55 +00:00
ObjDumper.cpp
ObjDumper.h [WebAssembly] Add wasm support for llvm-readobj 2017-01-30 23:30:52 +00:00
StackMapPrinter.h
WasmDumper.cpp Fix llvm-readobj build error after r293569 2017-01-30 23:58:51 +00:00
Win64EHDumper.cpp
Win64EHDumper.h