Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3159 std::map<Action *, const Arg *> HostActionToInputArgMap; member in __anon17dcc6010c11::OffloadingActionBuilder
3994 auto Loc = HostActionToInputArgMap.try_emplace(HostAction, InputArg).first; in recordHostAction()
4220 auto ArgLoc = HostActionToInputArgMap.find(A); in processHostLinkAction()
4221 if (ArgLoc == HostActionToInputArgMap.end()) in processHostLinkAction()