OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseVendor
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp
337
Triple::VendorType Triple::
ParseVendor
(StringRef VendorName) {
410
Vendor =
ParseVendor
(getVendorName());
435
Vendor =
ParseVendor
(Components[1]);
474
Vendor =
ParseVendor
(Comp);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h
130
static VendorType
ParseVendor
(StringRef VendorName);
Completed in 3353 milliseconds