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

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAranges.cpp 1 //===-- DWARFDebugAranges.cpp -----------------------------------*- C++ -*-===//
10 #include "DWARFDebugAranges.h"
32 DWARFDebugAranges::DWARFDebugAranges() :
59 DWARFDebugAranges::Extract(const DataExtractor &debug_aranges_data)
90 DWARFDebugAranges::Generate(SymbolFileDWARF* dwarf2Data)
111 DWARFDebugAranges::Dump (Log *log) const
129 DWARFDebugAranges::AppendRange (dw_offset_t offset, dw_addr_t low_pc, dw_addr_t high_pc)
136 DWARFDebugAranges::Sort (bool minimize)
146 log->Printf ("DWARFDebugAranges::Sort(minimize = %u) with %" PRIu64 " entries", minimize, (uint64_t)orig_arange_size)
    [all...]
DWARFDebugAranges.h 1 //===-- DWARFDebugAranges.h -------------------------------------*- C++ -*-===//
20 class DWARFDebugAranges
29 DWARFDebugAranges();
Android.mk 17 DWARFDebugAranges.cpp \
DWARFDebugInfo.h 73 DWARFDebugAranges &
80 std::unique_ptr<DWARFDebugAranges> m_cu_aranges_ap; // A quick address to compile unit table
DWARFCompileUnit.h 58 DWARFDebugAranges* debug_aranges,
167 const DWARFDebugAranges &
193 std::unique_ptr<DWARFDebugAranges> m_func_aranges_ap; // A table similar to the .debug_aranges table, but this one points to the exact DW_TAG_subprogram DIEs
DWARFDebugInfoEntry.h 137 DWARFDebugAranges* debug_aranges) const;
142 DWARFDebugAranges* debug_aranges) const;
SymbolFileDWARFDebugMap.h 26 class DWARFDebugAranges;
417 DWARFDebugAranges* debug_aranges);
DWARFDebugInfo.cpp 19 #include "DWARFDebugAranges.h"
22 #include "DWARFDebugAranges.h"
52 DWARFDebugAranges &
59 m_cu_aranges_ap.reset (new DWARFDebugAranges());
109 DWARFDebugAranges &cu_aranges = GetCompileUnitAranges ();
266 // Compare function DWARFDebugAranges::Range structures
DWARFCompileUnit.cpp 22 #include "DWARFDebugAranges.h"
384 DWARFDebugAranges* debug_aranges,
438 const DWARFDebugAranges &
443 m_func_aranges_ap.reset (new DWARFDebugAranges());
474 const DWARFDebugAranges &func_aranges = GetFunctionAranges ();
500 // Compare function DWARFDebugAranges::Range structures
    [all...]
SymbolFileDWARF.h 52 class DWARFDebugAranges;
DWARFDebugInfoEntry.cpp 24 #include "DWARFDebugAranges.h"
    [all...]
SymbolFileDWARFDebugMap.cpp 12 #include "DWARFDebugAranges.h"
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAranges.cpp 1 //===-- DWARFDebugAranges.cpp -----------------------------------*- C++ -*-===//
10 #include "llvm/DebugInfo/DWARF/DWARFDebugAranges.h"
21 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) {
38 void DWARFDebugAranges::generate(DWARFContext *CTX) {
64 void DWARFDebugAranges::clear() {
70 void DWARFDebugAranges::appendRange(uint32_t CUOffset, uint64_t LowPC,
78 void DWARFDebugAranges::construct() {
112 uint32_t DWARFDebugAranges::findAddress(uint64_t Address) const {
Android.mk 11 DWARFDebugAranges.cpp \
DWARFContext.cpp 294 const DWARFDebugAranges *DWARFContext::getDebugAranges() {
298 Aranges.reset(new DWARFDebugAranges());
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 1 //===-- DWARFDebugAranges.h -------------------------------------*- C++ -*-===//
21 class DWARFDebugAranges {
DWARFDebugInfoEntry.h 21 class DWARFDebugAranges;
DWARFContext.h 17 #include "llvm/DebugInfo/DWARF/DWARFDebugAranges.h"
38 std::unique_ptr<DWARFDebugAranges> Aranges;
152 const DWARFDebugAranges *getDebugAranges();

Completed in 2024 milliseconds