Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r
/
lib
/
Object
/
SymbolicFile.cpp
a896ada
Update a few switch statements to handle file_magic::pdb.
by Zachary Turner
· 7 years ago
f45980e
Convert the last uses of ErrorOr in include/llvm/Object.
by Rafael Espindola
· 8 years ago
19ca2b0
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
e3e43d9
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
86bfc78
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
7a578c9
[WebAssembly] Add llvm-objdump support for wasm file format
by Derek Schuff
· 9 years ago
648ba5f
Fix -Wswitch.
by Rui Ueyama
· 9 years ago
dead081
Bitcode: Change module reader functions to return an llvm::Expected.
by Peter Collingbourne
· 9 years ago
6673ea8
Replace "fallthrough" comments with LLVM_FALLTHROUGH
by Justin Bogner
· 9 years ago
c6bf9be
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
by Kevin Enderby
· 9 years ago
40e2251
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files
by Rui Ueyama
· 10 years ago
976f3e1
Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files
by Rui Ueyama
· 10 years ago
e8402a2
Object: Teach llvm-ar to create symbol table for COFF short import files.
by Rui Ueyama
· 10 years ago
a4beb9e
Object: Handle Mach-O kext bundle files
by Justin Bogner
· 10 years ago
075a8ce
Rename createIRObjectFile to just create.
by Rafael Espindola
· 11 years ago
b9f39bc
Support ELF files of unknown type.
by Michael J. Spencer
· 11 years ago
394be6c
LTO: introduce object file-based on-disk module format.
by Peter Collingbourne
· 11 years ago
faa7461
unique_ptrify IRObjectFile::createIRObjectFile
by David Blaikie
· 11 years ago
38a4f3b
Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.
by David Blaikie
· 11 years ago
548f2b6
Don't own the buffer in object::Binary.
by Rafael Espindola
· 11 years ago
79002da
Use std::unique_ptr to make the ownership explicit.
by Rafael Espindola
· 11 years ago
0d50598
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
by Rafael Espindola
· 11 years ago
b138cab
Pass a std::unique_ptr& to the create??? methods is lib/Object.
by Rafael Espindola
· 11 years ago
1f65932
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
by Rafael Espindola
· 11 years ago
91f86b7
Add a SymbolicFile interface between Binary and ObjectFile.
by Rafael Espindola
· 12 years ago