Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp401 TargetList MappedTargets; in getSymbolSection() local
409 MappedTargets = Targets; in getSymbolSection()
412 MappedTargets = *TargetsOrErr; in getSymbolSection()
415 std::make_pair(std::move(MappedTargets), std::vector<JSONSymbol>())); in getSymbolSection()
448 TargetList MappedTargets; in getLibSection() local
456 MappedTargets = Targets; in getLibSection()
459 MappedTargets = *TargetsOrErr; in getLibSection()
462 collectFromArray(SubKey, Obj, [&Result, &MappedTargets](StringRef Key) { in getLibSection()
463 Result[Key.str()] = MappedTargets; in getLibSection()
479 TargetList MappedTargets; in getUmbrellaSection() local
[all …]