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

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 1 //===-- DWARFUnitIndex.h --------------------------------------------------===//
31 class DWARFUnitIndex {
51 const DWARFUnitIndex *Index;
54 friend class DWARFUnitIndex;
74 DWARFUnitIndex(DWARFSectionKind InfoColumnKind)
DWARFCompileUnit.h 23 const DWARFUnitIndex::Entry *Entry)
DWARFTypeUnit.h 26 const DWARFUnitIndex::Entry *Entry)
DWARFContext.h 44 std::unique_ptr<DWARFUnitIndex> CUIndex;
45 std::unique_ptr<DWARFUnitIndex> TUIndex;
150 const DWARFUnitIndex &getCUIndex();
151 const DWARFUnitIndex &getTUIndex();
DWARFUnit.h 19 #include "llvm/DebugInfo/DWARF/DWARFUnitIndex.h"
44 DWARFUnitIndex *Index = nullptr);
55 const DWARFUnitIndex &getDWARFUnitIndex(DWARFContext &Context,
141 const DWARFUnitIndex::Entry *IndexEntry;
153 const DWARFUnitIndex::Entry *IndexEntry = nullptr);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 1 //===-- DWARFUnitIndex.cpp ------------------------------------------------===//
10 #include "llvm/DebugInfo/DWARF/DWARFUnitIndex.h"
17 bool DWARFUnitIndex::Header::parse(DataExtractor IndexData,
28 void DWARFUnitIndex::Header::dump(raw_ostream &OS) const {
32 bool DWARFUnitIndex::parse(DataExtractor IndexData) {
44 bool DWARFUnitIndex::parseImpl(DataExtractor IndexData) {
104 StringRef DWARFUnitIndex::getColumnHeader(DWARFSectionKind DS) {
121 void DWARFUnitIndex::dump(raw_ostream &OS) const {
147 const DWARFUnitIndex::Entry::SectionContribution *
148 DWARFUnitIndex::Entry::getOffset(DWARFSectionKind Sec) const
    [all...]
Android.mk 20 DWARFUnitIndex.cpp \
DWARFUnit.cpp 28 DWARFUnitIndex *Index) {
38 const DWARFUnitIndex::Entry *IndexEntry)
398 const DWARFUnitIndex &getDWARFUnitIndex(DWARFContext &Context,
DWARFContext.cpp 15 #include "llvm/DebugInfo/DWARF/DWARFUnitIndex.h"
269 const DWARFUnitIndex &DWARFContext::getCUIndex() {
275 CUIndex = llvm::make_unique<DWARFUnitIndex>(DW_SECT_INFO);
280 const DWARFUnitIndex &DWARFContext::getTUIndex() {
286 TUIndex = llvm::make_unique<DWARFUnitIndex>(DW_SECT_TYPES);
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 5 #include "llvm/DebugInfo/DWARF/DWARFUnitIndex.h"
138 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
182 uint32_t DWARFUnitIndex::Entry::SectionContribution::*Field) {
231 &DWARFUnitIndex::Entry::SectionContribution::Offset);
235 &DWARFUnitIndex::Entry::SectionContribution::Length);

Completed in 107 milliseconds