OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticExt
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-config/
llvm-config.cpp
343
StringRef SharedExt, SharedVersionedExt, SharedDir, SharedPrefix,
StaticExt
,
350
StaticExt
= "a";
353
StaticExt
= "lib";
367
StaticExt
= "a";
374
StaticExt
= "a";
414
if (Lib.endswith(
StaticExt
)) {
415
FromEnd =
StaticExt
.size() + 1;
438
LibFileName = (StaticPrefix + Lib + "." +
StaticExt
).str();
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
llvm-config.cpp
352
StringRef SharedExt, SharedVersionedExt, SharedDir, SharedPrefix,
StaticExt
,
359
StaticExt
= "a";
362
StaticExt
= "lib";
377
StaticExt
= "a";
384
StaticExt
= "a";
424
if (Lib.endswith(
StaticExt
)) {
425
FromEnd =
StaticExt
.size() + 1;
456
LibFileName = (StaticPrefix + Lib + "." +
StaticExt
).str();
Completed in 77 milliseconds