OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVendorTypeName
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
Triple.h
429
///
getVendorTypeName
- Get the canonical name for the \p Kind vendor.
430
static const char *
getVendorTypeName
(VendorType Kind);
/external/llvm/lib/Support/
Triple.cpp
95
const char *Triple::
getVendorTypeName
(VendorType Kind) {
625
setVendorName(
getVendorTypeName
(Kind));
/external/llvm/unittests/ADT/
TripleTest.cpp
191
C[1] = Triple::
getVendorTypeName
(Triple::VendorType(Vendor));
Completed in 2365 milliseconds