#include <algorithm>
#include <ostream>
#include <vector>
#include "callbacks.h"
Include dependency graph for AsmFunctionIndex.h:

Go to the source code of this file.
Classes | |
| class | AsmFunctionIndex |
| Functions indexed by entry address. More... | |
| struct | AsmFunctionIndex::SortByEntryAddr |
| Functor for sorting by function entry virtual address. More... | |
| struct | AsmFunctionIndex::SortByBeginAddr |
| Functor for sorting by function beginning address. More... | |
| struct | AsmFunctionIndex::SortByInsnsSize |
| Functor for sorting by number of instructions in function. More... | |
| struct | AsmFunctionIndex::SortByBytesSize |
| Functor for sorting by number of bytes in function. More... | |
| struct | AsmFunctionIndex::SortByName |
| Functor to sort functions by name. More... | |
| class | AsmFunctionIndex::Footnotes |
| class | AsmFunctionIndex::OutputCallback |
| Base class for printing table cells. More... | |
| struct | AsmFunctionIndex::OutputCallback::GeneralArgs |
| Base class for callback arguments. More... | |
| struct | AsmFunctionIndex::OutputCallback::BeforeAfterArgs |
| Arguments for before-and after. More... | |
| struct | AsmFunctionIndex::OutputCallback::HeadingArgs |
| Arguments for column heading callbacks. More... | |
| struct | AsmFunctionIndex::OutputCallback::DataArgs |
| Arguments for column cells. More... | |
| class | AsmFunctionIndex::RowIdCallback |
| Print index row numbers. More... | |
| class | AsmFunctionIndex::EntryAddrCallback |
| Print function entry address. More... | |
| class | AsmFunctionIndex::BeginAddrCallback |
| Print function minimum address. More... | |
| class | AsmFunctionIndex::EndAddrCallback |
| Print function ending address. More... | |
| class | AsmFunctionIndex::SizeInsnsCallback |
| Print number of instructions in function. More... | |
| class | AsmFunctionIndex::SizeBytesCallback |
| Print function size in bytes. More... | |
| class | AsmFunctionIndex::ReasonCallback |
| Print function reason bits. More... | |
| class | AsmFunctionIndex::CallingConventionCallback |
| Print calling convention. More... | |
| class | AsmFunctionIndex::NameCallback |
| Function name. More... | |
| class | AsmFunctionIndex::FootnotesCallback |
| Footnotes at the end of the table. More... | |
1.4.7