OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setEnvironmentName
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
Triple.h
382
///
setEnvironmentName
- Set the optional environment (fourth)
384
void
setEnvironmentName
(StringRef Str);
/external/llvm/lib/Support/
Triple.cpp
633
setEnvironmentName
(getEnvironmentTypeName(Kind));
659
void Triple::
setEnvironmentName
(StringRef Str) {
/external/llvm/unittests/ADT/
TripleTest.cpp
271
T.
setEnvironmentName
("gnu");
Completed in 25 milliseconds