Searched refs:AttrToTargets (Results 1 – 1 of 1) sorted by relevance
82 using AttrToTargets = std::map<std::string, TargetList>; typedef440 Expected<AttrToTargets> getLibSection(const Object *File, TBDKey Key, in getLibSection()445 return AttrToTargets(); in getLibSection()447 AttrToTargets Result; in getLibSection()472 Expected<AttrToTargets> getUmbrellaSection(const Object *File, in getUmbrellaSection()476 return AttrToTargets(); in getUmbrellaSection()478 AttrToTargets Result; in getUmbrellaSection()618 AttrToTargets Umbrellas = *UmbrellasOrErr; in parseToInterfaceFile()624 AttrToTargets Clients = *ClientsOrErr; in parseToInterfaceFile()630 AttrToTargets ReexportLibs = std::move(*RLOrErr); in parseToInterfaceFile()[all …]