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.cpp2857 std::map<Action *, const Arg *> HostActionToInputArgMap; member in __anon17dcc6010811::OffloadingActionBuilder
3726 auto Loc = HostActionToInputArgMap.find(HostAction); in recordHostAction()
3727 if (Loc == HostActionToInputArgMap.end()) in recordHostAction()
3728 HostActionToInputArgMap[HostAction] = InputArg; in recordHostAction()
3729 assert(HostActionToInputArgMap[HostAction] == InputArg && in recordHostAction()
3953 auto ArgLoc = HostActionToInputArgMap.find(A); in processHostLinkAction()
3954 if (ArgLoc == HostActionToInputArgMap.end()) in processHostLinkAction()