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

  /external/lldb/include/lldb/Symbol/
UnwindTable.h 21 // The UnwindTable is populated with FuncUnwinders objects lazily during
24 class UnwindTable
27 UnwindTable(ObjectFile& objfile);
28 ~UnwindTable();
36 // Normally when we create a new FuncUnwinders object we track it in this UnwindTable so it can
39 // function and don't add this new one to our UnwindTable.
40 // This FuncUnwinders object does have a reference to the UnwindTable but the lifetime of this
64 DISALLOW_COPY_AND_ASSIGN (UnwindTable);
FuncUnwinders.h 11 class UnwindTable;
34 FuncUnwinders (lldb_private::UnwindTable& unwind_table, lldb_private::UnwindAssembly *assembly_profiler, AddressRange range);
79 UnwindTable& m_unwind_table;
ObjectFile.h 21 #include "lldb/Symbol/UnwindTable.h"
453 /// Returns a reference to the UnwindTable for this ObjectFile
455 /// The UnwindTable contains FuncUnwinders objects for any function in
464 virtual lldb_private::UnwindTable&
679 lldb_private::UnwindTable m_unwind_table; /// < Table of FuncUnwinders objects created for this ObjectFile's functions
  /external/lldb/source/Symbol/
UnwindTable.cpp 1 //===-- UnwindTable.cpp -----------------------------------------*- C++ -*-===//
10 #include "lldb/Symbol/UnwindTable.h"
22 // There is one UnwindTable object per ObjectFile.
29 UnwindTable::UnwindTable (ObjectFile& objfile) :
42 UnwindTable::Initialize ()
65 UnwindTable::~UnwindTable ()
72 UnwindTable::GetFuncUnwindersContainingAddress (const Address& addr, SymbolContext &sc)
78 // There is an UnwindTable per object file, so we can safely use file handle
    [all...]
Android.mk 38 UnwindTable.cpp \
FuncUnwinders.cpp 16 #include "lldb/Symbol/UnwindTable.h"
30 UnwindTable& unwind_table,
  /external/lldb/include/lldb/
lldb-forward.h 238 class UnwindTable;

Completed in 6981 milliseconds