Home
last modified time | relevance | path

Searched refs:FormatMap (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h66 template <typename KeyType, typename ValueType> class FormatMap {
73 FormatMap(IFormatChangeListener *lst) in FormatMap() function
170 typedef FormatMap<KeyType, ValueType> BackEndType;
H A DFormatManager.h38 typedef FormatMap<ConstString, TypeSummaryImpl> NamedSummariesMap;
/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp401 static sampleprof::SampleProfileFormat FormatMap[] = { variable
411 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()