Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support: Add dwarf::getOperationEncoding() | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -0/+14 |
| | | | | llvm-svn: 229001 | ||||
* | Support: Fix tests for VirtualityString | Duncan P. N. Exon Smith | 2015-02-07 | 1 | -4/+7 |
| | | | | | | | | | Since these `dwarf` functions return `const char *`, the tests need to use `StringRef` for checks. Should fix, e.g., hexagon [1]. [1]: http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/22435 llvm-svn: 228478 | ||||
* | Support: Add dwarf::getVirtuality() | Duncan P. N. Exon Smith | 2015-02-07 | 1 | -0/+12 |
| | | | | llvm-svn: 228474 | ||||
* | Support: Use Dwarf.def for DW_VIRTUALITY, NFC | Duncan P. N. Exon Smith | 2015-02-07 | 1 | -0/+14 |
| | | | | | | | Use definition file for `DW_VIRTUALITY_*`. Add a `DW_VIRTUALITY_max` both for ease of testing and for future use by the `LLParser`. llvm-svn: 228473 | ||||
* | Support: Add dwarf::getAttributeEncoding() | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -0/+16 |
| | | | | llvm-svn: 228470 | ||||
* | Support: Stop stringifying DW_ATE_{lo,hi}_user | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -0/+10 |
| | | | | llvm-svn: 228468 | ||||
* | Support: Add dwarf::getLanguage() | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -0/+17 |
| | | | | llvm-svn: 228458 | ||||
* | Support: Stop stringifying DW_LANG_{lo,hi}_user | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -0/+10 |
| | | | | llvm-svn: 228451 | ||||
* | Support: Add string => unsigned mapping for DW_TAG | Duncan P. N. Exon Smith | 2015-02-03 | 1 | -0/+16 |
| | | | | | | Add `dwarf::getTag()` to translate from `StringRef` to `unsigned`. llvm-svn: 228031 | ||||
* | Support: Stop stringifying DW_TAG_{lo,hi}_user | Duncan P. N. Exon Smith | 2015-02-03 | 1 | -0/+29 |
`dwarf::TagString()` shouldn't stringify `DW_TAG_lo_user` or `DW_TAG_hi_user`. These aren't actual tags; they're markers for the edge of vendor-specific tag regions. llvm-svn: 228029 |