aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/DataExtractor.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-02[Support] Make DataExtractor error messages more clearPavel Labath1-44/+44
2020-06-01[Support] Add more context to DataExtractor getLEB128 errorsJames Henderson1-1/+4
2020-04-06[llvm/Support] Make more DataExtractor methods error-awarePavel Labath1-24/+28
2020-04-06[Support] Make DataExtractor string functions error-awarePavel Labath1-12/+7
2020-02-28[DataExtractor] Improve error message when we run off the end of the bufferPavel Labath1-5/+6
2020-02-24Add methods to data extractor for extracting bytes and fixed length C strings.Greg Clayton1-0/+15
2019-08-27Add error handling to the DataExtractor classPavel Labath1-41/+86
2019-08-07Remove support for 32-bit offsets in utility classes (5/5)Igor Kudrin1-85/+0
2019-08-06Support 64-bit offsets in utility classes (1/5)Igor Kudrin1-23/+107
2019-06-24DataExtractor: use decodeSLEB128 to implement getSLEB128David Blaikie1-21/+10
2019-06-24NFC: DataExtractor: use decodeULEB128 to implement getULEB128David Blaikie1-17/+11
2019-06-24[Support] Fix error handling in DataExtractor::get[US]LEB128Pavel Labath1-14/+14
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-06-21[DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}Wolfgang Pieb1-0/+7
2017-05-02Make DWARFDebugLine use StringRef for directory/file tables. NFCPaul Robinson1-0/+10
2014-06-14Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov1-1/+1
2014-06-14Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov1-1/+1
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-2/+2
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola1-1/+1
2012-08-20DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer1-3/+3
2012-02-22Remove extra semi-colons.Chad Rosier1-1/+1
2011-09-13Add the DataExtractor utility class.Benjamin Kramer1-0/+175