Searched refs:addXRayRuntime (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.h | 45 bool addXRayRuntime(const ToolChain &TC, const llvm::opt::ArgList &Args,
|
| H A D | OpenBSD.cpp | 200 bool NeedsXRayDeps = addXRayRuntime(ToolChain, Args, CmdArgs); in ConstructJob()
|
| H A D | Fuchsia.cpp | 172 addXRayRuntime(ToolChain, Args, CmdArgs); in ConstructJob()
|
| H A D | NetBSD.cpp | 266 bool NeedsXRayDeps = addXRayRuntime(ToolChain, Args, CmdArgs); in ConstructJob()
|
| H A D | FreeBSD.cpp | 285 bool NeedsXRayDeps = addXRayRuntime(ToolChain, Args, CmdArgs); in ConstructJob()
|
| H A D | Hexagon.cpp | 303 bool NeedsXRayDeps = addXRayRuntime(HTC, Args, CmdArgs); in constructHexagonLinkArgs()
|
| H A D | CommonArgs.cpp | 1207 bool tools::addXRayRuntime(const ToolChain&TC, const ArgList &Args, ArgStringList &CmdArgs) { in addXRayRuntime() function in tools
|
| H A D | Gnu.cpp | 567 bool NeedsXRayDeps = addXRayRuntime(ToolChain, Args, CmdArgs); in ConstructJob()
|