llvm/lib/DebugInfo
Eric Christopher 806e03d238 Add a relocation visitor to lib object. This works via caching relocated
values in a map that can be passed to consumers. Add a testcase that
ensures this works for llvm-dwarfdump.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167558 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-07 23:22:07 +00:00
..
CMakeLists.txt
DIContext.cpp Add a relocation visitor to lib object. This works via caching relocated 2012-11-07 23:22:07 +00:00
DWARFAbbreviationDeclaration.cpp
DWARFAbbreviationDeclaration.h
DWARFAttribute.h
DWARFCompileUnit.cpp Add support for fetching inlining context (stack of source code locations) 2012-09-04 08:12:33 +00:00
DWARFCompileUnit.h Add support for fetching inlining context (stack of source code locations) 2012-09-04 08:12:33 +00:00
DWARFContext.cpp Use a typedef to reduce some typing and reformat code accordingly. 2012-10-16 23:46:25 +00:00
DWARFContext.h Add a relocation visitor to lib object. This works via caching relocated 2012-11-07 23:22:07 +00:00
DWARFDebugAbbrev.cpp
DWARFDebugAbbrev.h
DWARFDebugAranges.cpp Remove unused typedefs gcc4.8 warns about. 2012-09-05 17:55:46 +00:00
DWARFDebugAranges.h
DWARFDebugArangeSet.cpp
DWARFDebugArangeSet.h
DWARFDebugInfoEntry.cpp Reformat and 80-column this. It's not strictly conforming 2012-10-30 21:36:43 +00:00
DWARFDebugInfoEntry.h Add support for fetching inlining context (stack of source code locations) 2012-09-04 08:12:33 +00:00
DWARFDebugLine.cpp
DWARFDebugLine.h
DWARFDebugRangeList.cpp Add support for fetching inlining context (stack of source code locations) 2012-09-04 08:12:33 +00:00
DWARFDebugRangeList.h Add support for fetching inlining context (stack of source code locations) 2012-09-04 08:12:33 +00:00
DWARFFormValue.cpp Add a relocation visitor to lib object. This works via caching relocated 2012-11-07 23:22:07 +00:00
DWARFFormValue.h Stop casting away const qualifier needlessly. 2012-09-05 22:26:57 +00:00
LLVMBuild.txt
Makefile