Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp283 static const StringMap<MachineInfo> TargetMap{ variable
328 auto Iter = TargetMap.find(TargetName); in getOutputTargetInfoByTargetName()
329 if (Iter == std::end(TargetMap)) in getOutputTargetInfoByTargetName()