OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OSLibDir
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Hurd.cpp
48
// It happens that only x86 and PPC use the 'lib32' variant of
oslibdir
, and
55
// reasoning about
oslibdir
spellings with the lib dir spellings in the
81
const std::string
OSLibDir
= std::string(getOSLibDir(Triple, Args));
88
Generic_GCC::AddMultilibPaths(D, SysRoot,
OSLibDir
, MultiarchTriple, Paths);
97
addPathIfExists(D, D.Dir + "/../" +
OSLibDir
, Paths);
101
addPathIfExists(D, SysRoot + "/lib/../" +
OSLibDir
, Paths);
104
addPathIfExists(D, SysRoot + "/usr/lib/../" +
OSLibDir
, Paths);
106
Generic_GCC::AddMultiarchPaths(D, SysRoot,
OSLibDir
, Paths);
Linux.cpp
157
//
oslibdir
, and using that variant while targeting other architectures causes
163
// reasoning about
oslibdir
spellings with the lib dir spellings in the
263
const std::string
OSLibDir
= std::string(getOSLibDir(Triple, Args));
266
Generic_GCC::AddMultilibPaths(D, SysRoot,
OSLibDir
, MultiarchTriple, Paths);
269
addPathIfExists(D, SysRoot + "/lib/../" +
OSLibDir
, Paths);
291
addPathIfExists(D, SysRoot + "/usr/" +
OSLibDir
, Paths);
293
addPathIfExists(D, SysRoot + "/usr/lib/../" +
OSLibDir
, Paths);
296
addPathIfExists(D, SysRoot + "/" +
OSLibDir
+ "/" + ABIName, Paths);
297
addPathIfExists(D, SysRoot + "/usr/" +
OSLibDir
+ "/" + ABIName, Paths);
300
Generic_GCC::AddMultiarchPaths(D, SysRoot,
OSLibDir
, Paths)
[
all
...]
Completed in 18 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026