OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TripleStr
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Driver/
ToolChains.cpp
332
StringRef
TripleStr
= Triple;
333
if (
TripleStr
.startswith("armv5") ||
TripleStr
.startswith("thumbv5"))
335
else if (
TripleStr
.startswith("armv6") ||
TripleStr
.startswith("thumbv6"))
337
else if (
TripleStr
.startswith("armv7") ||
TripleStr
.startswith("thumbv7"))
[
all
...]
Driver.cpp
[
all
...]
Tools.cpp
[
all
...]
/external/clang/lib/Basic/
Targets.cpp
[
all
...]
Completed in 49 milliseconds