| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move symbols from the global namespace into (anonymous) namespaces. NFC. | Benjamin Kramer | 2017-02-11 | 1 | -9/+10 |
| | | | | | llvm-svn: 294837 | ||||
| * | [DWARF] [ObjectYAML] Adding APIs for unittesting | Chris Bieneman | 2017-01-20 | 1 | -0/+39 |
| | | | | | | | | | | | | | Summary: This patch adds some new APIs to enable using the YAML DWARF representation in unit tests. The most basic new API is DWARFYAML::EmitDebugSections which converts a YAML string into a series of owned MemoryBuffer objects stored in a StringMap. The string map can then be used to construct a DWARFContext for parsing in place of an ObjectFile. Reviewers: dblaikie, clayborg Subscribers: mgorny, fhahn, jgosnell, aprantl, llvm-commits Differential Revision: https://reviews.llvm.org/D28828 llvm-svn: 292634 | ||||
| * | [ObjectYAML] Pull yaml2dwarf out of yaml2obj for reuse | Chris Bieneman | 2017-01-12 | 1 | -0/+332 |
| This patch pulls the yaml2dwarf code out of yaml2obj into a new set of DWARF emitter functions in the DWARFYAML namespace. This will enable the YAML->DWARF code to be used inside DWARF tests by populating the DWARFYAML structs and calling the Emitter functions. llvm-svn: 291828 | |||||

