Home
last modified time | relevance | path

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

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