Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h210 void addMachineOutlinerArgs(const Driver &D, const llvm::opt::ArgList &Args,
H A DCommonArgs.cpp1074 addMachineOutlinerArgs(D, Args, CmdArgs, ToolChain.getEffectiveTriple(), in addLTOOptions()
2683 void tools::addMachineOutlinerArgs(const Driver &D, in addMachineOutlinerArgs() function in tools
H A DClang.cpp7665 addMachineOutlinerArgs(D, Args, CmdArgs, Triple, /*IsLTO=*/false); in ConstructJob()