HomeSort by relevance Sort by last modified time
    Searched refs:DWARFDebugAbbrev (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAbbrev.cpp 1 //===-- DWARFDebugAbbrev.cpp ----------------------------------------------===//
10 #include "llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h"
67 DWARFDebugAbbrev::DWARFDebugAbbrev() {
71 void DWARFDebugAbbrev::clear() {
76 void DWARFDebugAbbrev::extract(DataExtractor Data) {
89 void DWARFDebugAbbrev::dump(raw_ostream &OS) const {
102 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const {
Android.mk 8 DWARFDebugAbbrev.cpp \
DWARFContext.cpp 82 if (const DWARFDebugAbbrev *D = getDebugAbbrevDWO()) {
291 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() {
297 Abbrev.reset(new DWARFDebugAbbrev());
302 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() {
307 AbbrevDWO.reset(new DWARFDebugAbbrev());
DWARFUnit.cpp 35 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 1 //===-- DWARFDebugAbbrev.h --------------------------------------*- C++ -*-===//
41 class DWARFDebugAbbrev {
49 DWARFDebugAbbrev();
DWARFCompileUnit.h 20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
DWARFTypeUnit.h 23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
DWARFUnit.h 14 #include "llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h"
29 class DWARFDebugAbbrev;
48 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
86 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
111 const DWARFDebugAbbrev *Abbrev;
150 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
DWARFContext.h 46 std::unique_ptr<DWARFDebugAbbrev> Abbrev;
55 std::unique_ptr<DWARFDebugAbbrev> AbbrevDWO;
154 const DWARFDebugAbbrev *getDebugAbbrev();
160 const DWARFDebugAbbrev *getDebugAbbrevDWO();

Completed in 76 milliseconds