Searched defs:UnwindTable (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Symbol/
H A DUnwindTable.cpp1 //===-- UnwindTable.cpp -----------------------------------------*- C++ -*-===//
10 #include "lldb/Symbol/UnwindTable.h"
22 // There is one UnwindTable object per ObjectFile.
29 UnwindTable::UnwindTable (ObjectFile& objfile) : function in class:UnwindTable
42 UnwindTable::Initialize ()
65 UnwindTable::~UnwindTable ()
72 UnwindTable::GetFuncUnwindersContainingAddress (const Address& addr, SymbolContext &sc)
78 // There is an UnwindTable pe
[all...]
/external/lldb/include/lldb/Symbol/
H A DUnwindTable.h21 // The UnwindTable is populated with FuncUnwinders objects lazily during
24 class UnwindTable class in namespace:lldb_private
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);

Completed in 110 milliseconds