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.cpp428 TargetList MappedTargets; in getSymbolSection() local
436 MappedTargets = Targets; in getSymbolSection()
439 MappedTargets = *TargetsOrErr; in getSymbolSection()
442 std::make_pair(std::move(MappedTargets), std::vector<JSONSymbol>())); in getSymbolSection()
475 TargetList MappedTargets; in getLibSection() local
483 MappedTargets = Targets; in getLibSection()
486 MappedTargets = *TargetsOrErr; in getLibSection()
489 collectFromArray(SubKey, Obj, [&Result, &MappedTargets](StringRef Key) { in getLibSection()
490 Result.insert({Key.str(), MappedTargets}); in getLibSection()
506 TargetList MappedTargets; in getUmbrellaSection() local
[all …]