OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MultiarchTriple
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Hurd.cpp
82
const std::string
MultiarchTriple
= getMultiarchTriple(D, Triple, SysRoot);
88
Generic_GCC::AddMultilibPaths(D, SysRoot, OSLibDir,
MultiarchTriple
, Paths);
96
addPathIfExists(D, D.Dir + "/../lib/" +
MultiarchTriple
, Paths);
100
addPathIfExists(D, SysRoot + "/lib/" +
MultiarchTriple
, Paths);
103
addPathIfExists(D, SysRoot + "/usr/lib/" +
MultiarchTriple
, Paths);
WebAssembly.cpp
183
const std::string
MultiarchTriple
=
189
auto Dir = AppendLTOLibDir(SysRoot + "/lib/" +
MultiarchTriple
);
192
getFilePaths().push_back(SysRoot + "/lib/" +
MultiarchTriple
);
374
const std::string
MultiarchTriple
=
376
addSystemInclude(DriverArgs, CC1Args, D.SysRoot + "/include/" +
MultiarchTriple
);
386
const std::string
MultiarchTriple
=
389
getDriver().SysRoot + "/include/" +
MultiarchTriple
+
Linux.cpp
264
const std::string
MultiarchTriple
= getMultiarchTriple(D, Triple, SysRoot);
266
Generic_GCC::AddMultilibPaths(D, SysRoot, OSLibDir,
MultiarchTriple
, Paths);
268
addPathIfExists(D, SysRoot + "/lib/" +
MultiarchTriple
, Paths);
280
SysRoot + "/usr/lib/" +
MultiarchTriple
+ "/" +
285
addPathIfExists(D, SysRoot + "/usr/lib/" +
MultiarchTriple
, Paths);
Completed in 18 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026