Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDragonFly.cpp156 ToolChain.addFortranRuntimeLibraryPath(Args, CmdArgs); in ConstructJob()
H A DHaiku.cpp116 ToolChain.addFortranRuntimeLibraryPath(Args, CmdArgs); in ConstructJob()
H A DSolaris.cpp227 ToolChain.addFortranRuntimeLibraryPath(Args, CmdArgs); in ConstructJob()
H A DOpenBSD.cpp234 ToolChain.addFortranRuntimeLibraryPath(Args, CmdArgs); in ConstructJob()
H A DFreeBSD.cpp311 ToolChain.addFortranRuntimeLibraryPath(Args, CmdArgs); in ConstructJob()
H A DAIX.cpp350 ToolChain.addFortranRuntimeLibraryPath(Args, CmdArgs); in ConstructJob()
H A DNetBSD.cpp331 ToolChain.addFortranRuntimeLibraryPath(Args, CmdArgs); in ConstructJob()
H A DMinGW.cpp268 TC.addFortranRuntimeLibraryPath(Args, CmdArgs); in ConstructJob()
H A DMSVC.cpp146 TC.addFortranRuntimeLibraryPath(Args, CmdArgs); in ConstructJob()
H A DGnu.cpp495 ToolChain.addFortranRuntimeLibraryPath(Args, CmdArgs); in ConstructJob()
H A DDarwin.cpp706 getToolChain().addFortranRuntimeLibraryPath(Args, CmdArgs); in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h526 addFortranRuntimeLibraryPath(const llvm::opt::ArgList &Args,
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp838 void ToolChain::addFortranRuntimeLibraryPath(const llvm::opt::ArgList &Args, in addFortranRuntimeLibraryPath() function in ToolChain