summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag instead of uint16_t.Jonas Devlieghere2019-09-251-1/+1
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-9/+13
* DWARF: Add "dwo_num" field to the DIERef classPavel Labath2019-06-211-4/+2
* DWARF: Make DIERefs always validPavel Labath2019-06-191-2/+2
* Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath2019-06-141-1/+1
* DWARF: Share line tables of type unitsPavel Labath2019-06-121-7/+0
* Cleanup fixed form sizes.Greg Clayton2019-05-241-4/+2
* Remove `SymbolFileDWARF *` when there is already `DWARFUnit *`Jan Kratochvil2019-05-211-7/+4
* DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath2019-05-161-1/+1
* Permit cross-CU referencesJan Kratochvil2019-05-151-9/+0
* [DWARF] Centralize user_id <-> DWARFDIE conversionsPavel Labath2019-05-081-1/+3
* Delete more dead code.Zachary Turner2019-03-191-16/+0
* Delete dead code.Zachary Turner2019-03-191-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* DWARFDIE split out to DWARFBaseDIEJan Kratochvil2018-05-241-0/+193
OpenPOWER on IntegriCloud