Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp148 auto &Link = Sets.getLink(SetIndex); in FunctionInfo()
309 auto AttrsA = Sets.getLink(SetA.Index).Attrs; in query()
310 auto AttrsB = Sets.getLink(SetB.Index).Attrs; in query()
H A DStratifiedSets.h101 const StratifiedLink &getLink(StratifiedIndex Index) const { in getLink() function
258 const StratifiedLink &getLink() const { return Link; } in getLink() function
276 StratLinks.push_back(Link.getLink()); in finalizeSets()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp299 Tool *ToolChain::getLink() const { in getLink() function in ToolChain
338 return getLink(); in getTool()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h151 Tool *getLink() const;