Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp286 static const StringMap<MachineInfo> TargetMap{ variable
325 auto Iter = TargetMap.find(TargetName); in getOutputTargetInfoByTargetName()
326 if (Iter == std::end(TargetMap)) in getOutputTargetInfoByTargetName()