1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/include/llvm/Object
Pavel Labath 6b2a0c490c Remove TimeValue usage from llvm/Support
Summary:
This is a follow-up to D25416. It removes all usages of TimeValue from
llvm/Support library (except for the actual TimeValue declaration), and replaces
them with appropriate usages of std::chrono. To facilitate this, I have added
small utility functions for converting time points and durations into appropriate
OS-specific types (FILETIME, struct timespec, ...).

Reviewers: zturner, mehdi_amini

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D25730

llvm-svn: 284966
2016-10-24 10:59:17 +00:00
..
Archive.h Remove TimeValue usage from llvm/Support 2016-10-24 10:59:17 +00:00
ArchiveWriter.h Do a sweep over move ctors and remove those that are identical to the default. 2016-10-20 12:20:28 +00:00
Binary.h Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message 2016-04-06 22:14:09 +00:00
COFF.h [COFFObjectFile] Ignore broken symbol table 2016-08-30 20:20:24 +00:00
COFFImportFile.h
ELF.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:02:18 +00:00
ELFObjectFile.h Refactor to use getSectionContentsAsArray. 2016-10-06 14:47:04 +00:00
ELFTypes.h Add a reference for Elf_Chdr type. 2016-07-07 20:19:19 +00:00
Error.h [Object] Move isNotObjectErrorInvalidFileType out of header. 2016-05-17 21:38:53 +00:00
IRObjectFile.h function_refify. NFC. 2016-07-01 11:05:15 +00:00
MachO.h Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow 2016-06-24 18:24:42 +00:00
MachOUniversal.h Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary 2016-06-28 23:16:13 +00:00
ModuleSummaryIndexObjectFile.h Apply another batch of fixes from clang-tidy's performance-unnecessary-value-param. 2016-06-17 20:41:14 +00:00
ObjectFile.h Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow 2016-06-24 18:24:42 +00:00
RelocVisitor.h llvm-objdump: Add Hexagon printer changes for -S/-l options 2016-08-18 21:50:13 +00:00
StackMapParser.h [Stackmap] Added callsite counts to emitted function information. 2016-09-14 20:22:03 +00:00
SymbolicFile.h Apply clang-tidy's misc-move-constructor-init throughout LLVM. 2016-05-27 14:27:24 +00:00
SymbolSize.h