OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstallDir
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Linux.cpp
358
const StringRef
InstallDir
= GCCInstallation.getInstallPath();
363
(
InstallDir
+ "/../../../../" + TripleStr + "/libc" + Multilib.osSuffix())
369
Path = (
InstallDir
+ "/../../../../sysroot" + Multilib.osSuffix()).str();
AMDGPU.cpp
202
const char *
InstallDir
= D.getInstalledDir();
244
ROCmSearchDirs.emplace_back(DeduceROCmPath(
InstallDir
));
251
if (ParentPath !=
InstallDir
)
Gnu.cpp
2983
StringRef
InstallDir
= GCCInstallation.getInstallPath();
3005
InstallDir
.str() + "/include/g++-v" + Version.Text,
3006
InstallDir
.str() + "/include/g++-v" + Version.MajorStr + "." +
3008
InstallDir
.str() + "/include/g++-v" + Version.MajorStr,
Completed in 18 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026