Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp192 static const StringMap<MachineInfo> OutputFormatMap{ variable
202 auto Iter = OutputFormatMap.find(Format); in getOutputFormatMachineInfo()
203 if (Iter == std::end(OutputFormatMap)) in getOutputFormatMachineInfo()