Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a55333003d33ceb5857c315093bdd7e58af4ee92
/
llvm
/
lib
/
Object
/
SymbolicFile.cpp
b03fd12
Replace "fallthrough" comments with LLVM_FALLTHROUGH
by Justin Bogner
· 9 years ago
3fcdf6a
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
by Kevin Enderby
· 9 years ago
71ba9bd
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files
by Rui Ueyama
· 10 years ago
8cff174
Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files
by Rui Ueyama
· 10 years ago
22b1b7a
Object: Teach llvm-ar to create symbol table for COFF short import files.
by Rui Ueyama
· 10 years ago
a7ad4b3
Object: Handle Mach-O kext bundle files
by Justin Bogner
· 11 years ago
5dec7ea
Rename createIRObjectFile to just create.
by Rafael Espindola
· 11 years ago
bbd875b
Support ELF files of unknown type.
by Michael J. Spencer
· 11 years ago
10039c0
LTO: introduce object file-based on-disk module format.
by Peter Collingbourne
· 11 years ago
10a27df
unique_ptrify IRObjectFile::createIRObjectFile
by David Blaikie
· 11 years ago
99b96f4
Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.
by David Blaikie
· 11 years ago
48af1c2
Don't own the buffer in object::Binary.
by Rafael Espindola
· 11 years ago
437b0d5
Use std::unique_ptr to make the ownership explicit.
by Rafael Espindola
· 11 years ago
2e60ca9
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
by Rafael Espindola
· 11 years ago
6304e94
Pass a std::unique_ptr& to the create??? methods is lib/Object.
by Rafael Espindola
· 11 years ago
c3f9b5a
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
by Rafael Espindola
· 11 years ago
f12b828
Add a SymbolicFile interface between Binary and ObjectFile.
by Rafael Espindola
· 12 years ago