summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFContext.h
Commit message (Expand)AuthorAge
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-12
* Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov2012-11-12
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-07
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-30
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-27
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-02
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer2011-09-15
* DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer2011-09-15
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-15
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer2011-09-14
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13