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

  /external/llvm/lib/DebugInfo/
DWARFDebugArangeSet.cpp 1 //===-- DWARFDebugArangeSet.cpp -------------------------------------------===//
10 #include "DWARFDebugArangeSet.h"
17 void DWARFDebugArangeSet::clear() {
23 void DWARFDebugArangeSet::compact() {
50 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) {
116 void DWARFDebugArangeSet::dump(raw_ostream &OS) const {
136 bool operator()(const DWARFDebugArangeSet::Descriptor &desc) const {
142 uint32_t DWARFDebugArangeSet::findAddress(uint64_t address) const {
DWARFDebugArangeSet.h 1 //===-- DWARFDebugArangeSet.h -----------------------------------*- C++ -*-===//
20 class DWARFDebugArangeSet {
55 DWARFDebugArangeSet() { clear(); }
DWARFDebugAranges.cpp 29 void operator()(const DWARFDebugArangeSet &set) {
39 void operator()(const DWARFDebugArangeSet& set) {
40 const DWARFDebugArangeSet::Descriptor* arange_desc_ptr;
64 typedef std::vector<DWARFDebugArangeSet> SetCollection;
67 DWARFDebugArangeSet set;
DWARFContext.cpp 31 DWARFDebugArangeSet set;

Completed in 573 milliseconds