Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2820 std::map<Action *, const Arg *> HostActionToInputArgMap; member in __anonb8862b370811::OffloadingActionBuilder
3685 auto Loc = HostActionToInputArgMap.find(HostAction); in recordHostAction()
3686 if (Loc == HostActionToInputArgMap.end()) in recordHostAction()
3687 HostActionToInputArgMap[HostAction] = InputArg; in recordHostAction()
3688 assert(HostActionToInputArgMap[HostAction] == InputArg && in recordHostAction()
3912 auto ArgLoc = HostActionToInputArgMap.find(A); in processHostLinkAction()
3913 if (ArgLoc == HostActionToInputArgMap.end()) in processHostLinkAction()