llvm-6502/include/llvm/Support
Rafael Espindola ea3c2111f4 Use the return of readBytes to find out if we are at the end of the stream.
This allows the removal of isObjectEnd and opens the way for reading 64 bits
at a time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221804 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-12 18:37:00 +00:00
..
AIXDataTypesFix.h
AlignOf.h
Allocator.h Test commit. 2014-11-03 10:58:05 +00:00
ARMBuildAttributes.h
ARMEHABI.h
ARMWinEH.h Support: Delete {aligned_,}{u,}{little,big}8_t 2014-09-11 21:46:33 +00:00
ArrayRecycler.h
Atomic.h
BlockFrequency.h
BranchProbability.h
Capacity.h
Casting.h
CBindingWrapping.h
circular_raw_ostream.h
CodeGen.h Add Position-independent Code model Module API. 2014-11-07 04:46:10 +00:00
COFF.h PR21189: Teach llvm-readobj to dump bits of COFF symbol subsections required to debug using VS2012+ 2014-10-23 22:25:31 +00:00
CommandLine.h Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.h 2014-11-04 01:12:21 +00:00
Compiler.h Remove the END_WITH_NULL macro now that Clang doesn't use it 2014-11-04 01:15:53 +00:00
Compression.h
ConvertUTF.h
CrashRecoveryContext.h Add override to overriden virtual methods, remove virtual keywords. 2014-09-03 11:41:21 +00:00
DataExtractor.h llvm-symbolizer: teach it about PowerPC64 ELF function descriptors 2014-11-07 09:08:39 +00:00
DataStream.h
DataTypes.h.cmake Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.h 2014-11-04 01:12:21 +00:00
DataTypes.h.in Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.h 2014-11-04 01:12:21 +00:00
Debug.h
DOTGraphTraits.h
Dwarf.h Modernize doxygen comments in Support/Dwarf.h 2014-10-23 04:08:38 +00:00
DynamicLibrary.h
ELF.h Add support for small-model PIC for PowerPC. 2014-11-12 15:16:30 +00:00
Endian.h [Support][Endian] Overload += and -= 2014-09-11 22:55:25 +00:00
EndianStream.h
Errc.h
Errno.h
ErrorHandling.h
ErrorOr.h ErrorOr: Be more explicit in the implicit conversion to bool docs 2014-11-04 21:01:48 +00:00
FileOutputBuffer.h unique_ptrify FileOutputBuffer::FileOutputBuffer 2014-09-02 17:49:23 +00:00
FileSystem.h Move sys::fs::AccessMode out of @brief in the function. [-Wdocumentation] 2014-09-12 15:12:32 +00:00
FileUtilities.h
Format.h [Support] Fix Format.h to build on Windows 2014-09-25 21:00:38 +00:00
FormattedStream.h
GCOV.h
GenericDomTree.h
GenericDomTreeConstruction.h
GraphWriter.h
Host.h
LEB128.h Fixup for r217830. Don't do left shifts on negative values 2014-09-17 18:23:07 +00:00
LICENSE.TXT
LineIterator.h LineIterator: Provide a variant that keeps blank lines 2014-09-17 15:43:01 +00:00
Locale.h
LockFileManager.h
MachO.h Adds the next bit of support for llvm-objdump’s -private-headers for executable Mach-O files. 2014-09-04 16:54:47 +00:00
ManagedStatic.h
MathExtras.h GCC has supported C++11 ref-qualifiers since 4.8.1 2014-10-21 21:15:45 +00:00
MD5.h Make the MD5 result name consistent between functions, header and source. 2014-10-06 13:48:07 +00:00
Memory.h
MemoryBuffer.h [Support] Add MemoryBuffer::getFileSlice() 2014-10-08 00:22:18 +00:00
MemoryObject.h Use the return of readBytes to find out if we are at the end of the stream. 2014-11-12 18:37:00 +00:00
Mutex.h
MutexGuard.h
OnDiskHashTable.h
Options.h Add missing header guard. 2014-10-16 10:10:07 +00:00
OutputBuffer.h
Path.h Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already. 2014-08-30 16:48:02 +00:00
PluginLoader.h
PointerLikeTypeTraits.h
PrettyStackTrace.h
Process.h Support: Don't call close again if we get EINTR 2014-10-07 05:48:40 +00:00
Program.h Remove FindProgramByName. NFC. 2014-11-04 12:35:47 +00:00
RandomNumberGenerator.h
raw_os_ostream.h
raw_ostream.h [Support] Add type-safe alternative to llvm::format() 2014-09-25 20:30:58 +00:00
Recycler.h
RecyclingAllocator.h
Regex.h
Registry.h
RegistryParser.h
RWMutex.h
SaveAndRestore.h
ScaledNumber.h
Signals.h
SMLoc.h
Solaris.h
SourceMgr.h
SpecialCaseList.h Fix indenting caused by clang-format+spuriously indented access specifier in r216925 2014-09-15 22:20:31 +00:00
StreamingMemoryObject.h Use the return of readBytes to find out if we are at the end of the stream. 2014-11-12 18:37:00 +00:00
StringPool.h
SwapByteOrder.h Use the LLVM_GNUC_PREREQ macro instead of the longhand version check 2014-11-04 01:28:33 +00:00
SystemUtils.h
TargetRegistry.h Simplify handling of --noexecstack by using getNonexecutableStackSection. 2014-10-15 16:12:52 +00:00
TargetSelect.h
Threading.h Revert 220932. 2014-11-05 04:44:31 +00:00
ThreadLocal.h
Timer.h
TimeValue.h
ToolOutputFile.h
type_traits.h
Unicode.h
UnicodeCharRanges.h
UniqueLock.h
Valgrind.h
Watchdog.h
Win64EH.h Support: Delete {aligned_,}{u,}{little,big}8_t 2014-09-11 21:46:33 +00:00
WindowsError.h
YAMLParser.h
YAMLTraits.h Fix memory leak in error paths in YAMLTraits by using unique_ptr 2014-09-15 18:39:24 +00:00