Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp282 static const StringMap<MachineInfo> TargetMap{ variable
321 auto Iter = TargetMap.find(TargetName); in getOutputTargetInfoByTargetName()
322 if (Iter == std::end(TargetMap)) in getOutputTargetInfoByTargetName()