Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp449 void LinkerWrapperJobAction::anchor() {} in anchor()
451 LinkerWrapperJobAction::LinkerWrapperJobAction(ActionList &Inputs, in LinkerWrapperJobAction() function in LinkerWrapperJobAction
H A DDriver.cpp4579 LA = C.MakeAction<LinkerWrapperJobAction>(LinkerInputs, types::TY_Image); in BuildActions()
4898 HostAction = C.MakeAction<LinkerWrapperJobAction>(AL, types::TY_Object); in BuildOffloadingActions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h646 class LinkerWrapperJobAction : public JobAction {
650 LinkerWrapperJobAction(ActionList &Inputs, types::ID Type);