OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseArch
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp
277
Triple::ArchType Triple::
ParseArch
(StringRef ArchName) {
409
Arch =
ParseArch
(getArchName());
432
Arch =
ParseArch
(Components[0]);
470
Arch =
ParseArch
(Comp);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h
129
static ArchType
ParseArch
(StringRef ArchName);
Completed in 1043 milliseconds