LLDB mainline
|
#include "lldb/DataFormatters/TypeCategoryMap.h"
#include "lldb/DataFormatters/FormatClasses.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
Go to the source code of this file.
Functions | |
template void | TypeCategoryMap::Get< lldb::TypeFormatImplSP > (FormattersMatchData &match_data, lldb::TypeFormatImplSP &retval) |
Explicit instantiations for the three types. | |
template void | TypeCategoryMap::Get< lldb::TypeSummaryImplSP > (FormattersMatchData &match_data, lldb::TypeSummaryImplSP &retval) |
template void | TypeCategoryMap::Get< lldb::SyntheticChildrenSP > (FormattersMatchData &match_data, lldb::SyntheticChildrenSP &retval) |
template void TypeCategoryMap::Get< lldb::SyntheticChildrenSP > | ( | FormattersMatchData & | match_data, |
lldb::SyntheticChildrenSP & | retval | ||
) |
template void TypeCategoryMap::Get< lldb::TypeFormatImplSP > | ( | FormattersMatchData & | match_data, |
lldb::TypeFormatImplSP & | retval | ||
) |
Explicit instantiations for the three types.
template void TypeCategoryMap::Get< lldb::TypeSummaryImplSP > | ( | FormattersMatchData & | match_data, |
lldb::TypeSummaryImplSP & | retval | ||
) |