summaryrefslogtreecommitdiffstats
path: root/llvm/tools/dsymutil/DebugMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* [dsymutil] Replace TimeValue with TimePointPavel Labath2016-11-091-8/+7
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-2/+6
* [dsymutil] Fix handling of common symbols.Frederic Riss2016-01-311-1/+2
* [dsymutil] Allow debug map mappings with no object file address. NFCFrederic Riss2016-01-311-7/+12
* [dsymutil] Store an optional BinaryPath in the debug map.Frederic Riss2015-08-261-0/+2
* [dsymutil] Implement support for handling mach-o universal binaries as main i...Frederic Riss2015-08-051-3/+4
* [dsymutil] Implement support for universal mach-o object files.Frederic Riss2015-07-241-5/+5
* [dsymutil] Check archive members timestamps.Frederic Riss2015-07-221-6/+13
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-5/+1
* Common symbols don't have a value.Rafael Espindola2015-07-071-1/+5
* Replace a few more MachO only uses of getSymbolAddress.Rafael Espindola2015-07-031-3/+1
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-3/+5
* [dsymutil] Rename a variable to appease some bots.Frederic Riss2015-06-051-3/+3
* [dsymutil] Have the YAML deserialization rewrite the object address of symbols.Frederic Riss2015-06-051-6/+46
* [dsymutil] Apply clang-format. NFCFrederic Riss2015-06-051-3/+3
* [dsymutil] Out-line the YAML serialization code. NFCFrederic Riss2015-06-051-0/+109
* [dsymutil] Use YAMLIO to dump debug map.Frederic Riss2015-06-011-7/+5
* [dsymutil] Add function size to the debug map.Frederic Riss2015-03-151-4/+4
* [dsymutil] Add DebugMapObject::lookupObjectAddress()Frederic Riss2015-02-131-2/+13
* [dsymutil] Add the detected target triple to the debug map.Frederic Riss2015-01-191-1/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+1
* Initial dsymutil tool commit.Frederic Riss2014-12-121-0/+81
* Revert "Initial dsymutil tool commit."Frederic Riss2014-12-091-84/+0
* Initial dsymutil tool commit.Frederic Riss2014-12-091-0/+84
OpenPOWER on IntegriCloud