llvm-6502/include/llvm/Support
Benjamin Kramer 8c74f7f299 Add the DataExtractor utility class.
It is an endian-aware helper that can read data from a StringRef. It will
come in handy for DWARF parsing. This class is inspired by LLDB's
DataExtractor, but is stripped down to the bare minimum needed for DWARF.

Comes with unit tests!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139626 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-13 19:42:16 +00:00
..
AIXDataTypesFix.h
AlignOf.h
Allocator.h
Atomic.h
BlockFrequency.h Add BlockFrequency::getEntryFrequency() 2011-08-01 15:22:10 +00:00
BranchProbability.h BranchProbability::print returns void now. 2011-07-25 22:27:42 +00:00
CallSite.h land David Blaikie's patch to de-constify Type, with a few tweaks. 2011-07-18 04:54:35 +00:00
Capacity.h Add a generic 'capacity_in_bytes' function to allow inspection of memory usage of various data structures. 2011-07-27 18:40:45 +00:00
Casting.h
CFG.h
circular_raw_ostream.h
CodeGen.h Some refactoring so TargetRegistry.h no longer has to include any files 2011-08-23 20:15:21 +00:00
COFF.h
CommandLine.h Add an extension point to the CommandLine library where clients can 2011-07-22 07:50:40 +00:00
Compiler.h
ConstantFolder.h Convert ConstantExpr::getGetElementPtr and 2011-07-21 14:31:17 +00:00
ConstantRange.h
CrashRecoveryContext.h
DataExtractor.h Add the DataExtractor utility class. 2011-09-13 19:42:16 +00:00
DataFlow.h
DataTypes.h.cmake DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147483648U). 2011-08-11 21:59:55 +00:00
DataTypes.h.in
Debug.h
DebugLoc.h
Disassembler.h
DOTGraphTraits.h
Dwarf.h Maintain hexadecimal order. 2011-09-13 16:39:59 +00:00
DynamicLibrary.h ...and make sure DynamicLibrary builds by removing "const" from the Invalid placeholder. 2011-08-17 18:28:14 +00:00
ELF.h Sketch out PowerPC ELF writer. This is enough to get clang -integrated-as 2011-08-02 15:51:38 +00:00
Endian.h
Errno.h
ErrorHandling.h
FEnv.h
FileSystem.h Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function. 2011-07-28 00:29:20 +00:00
FileUtilities.h
Format.h
FormattedStream.h
GetElementPtrTypeIterator.h Convert gep_type_begin and gep_type_end to use ArrayRef. 2011-07-19 14:42:50 +00:00
GraphWriter.h
Host.h
IncludeFile.h
InstIterator.h
InstVisitor.h Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
IRBuilder.h Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
IRReader.h
LeakDetector.h
LICENSE.TXT
MachO.h Add load commands from Lion to Macho.h. 2011-08-30 18:33:34 +00:00
ManagedStatic.h
MathExtras.h
Memory.h
MemoryBuffer.h
MemoryObject.h
Mutex.h
MutexGuard.h
NoFolder.h Convert GetElementPtrInst to use ArrayRef. 2011-07-25 09:48:08 +00:00
OutputBuffer.h
PassNameParser.h
Path.h
PathV1.h
PathV2.h
PatternMatch.h
PluginLoader.h
PointerLikeTypeTraits.h
PredIteratorCache.h
PrettyStackTrace.h
Process.h
Program.h
raw_os_ostream.h
raw_ostream.h
Recycler.h
RecyclingAllocator.h
Regex.h
Registry.h
RegistryParser.h
RWMutex.h
Signals.h
SMLoc.h Tidy up. Whitespace. 2011-08-29 21:15:20 +00:00
Solaris.h
SourceMgr.h
StringPool.h
SwapByteOrder.h
system_error.h
SystemUtils.h
TargetFolder.h Convert ConstantExpr::getGetElementPtr and 2011-07-21 14:31:17 +00:00
TargetRegistry.h Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson. 2011-09-07 17:24:38 +00:00
TargetSelect.h Move TargetRegistry and TargetSelect from Target to Support where they belong. 2011-08-24 18:08:43 +00:00
Threading.h
ThreadLocal.h
Timer.h
TimeValue.h
ToolOutputFile.h
type_traits.h
TypeBuilder.h Remove uses of std::vector from TypeBuilder. 2011-07-25 10:32:27 +00:00
Valgrind.h
ValueHandle.h
Win64EH.h