Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp302 static const StringMap<MachineInfo> TargetMap{ variable
341 auto Iter = TargetMap.find(TargetName); in getOutputTargetInfoByTargetName()
342 if (Iter == std::end(TargetMap)) in getOutputTargetInfoByTargetName()