Home | History | Annotate | Download | only in ADT

Lines Matching defs:Environment

30 ///   ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
231 /// The parsed Environment type.
232 EnvironmentType Environment;
244 : Data(), Arch(), SubArch(), Vendor(), OS(), Environment(),
255 Environment == Other.Environment &&
292 /// hasEnvironment - Does this triple have the optional environment
298 /// getEnvironment - Get the parsed environment type of this triple.
299 EnvironmentType getEnvironment() const { return Environment; }
365 /// getEnvironmentName - Get the optional environment (fourth)
370 /// environment components as a single string (separated by a '-'
371 /// if the environment component is present).
511 /// Checks if the environment could be MSVC.
518 /// Checks if the environment is MSVC.
544 environment.
586 /// Tests whether the environment is MachO.
625 /// Tests whether the environment is musl-libc
666 /// setEnvironment - Set the environment (fourth) component of the triple
688 /// setEnvironmentName - Set the optional environment (fourth)
693 /// environment components with a single string.
771 /// environment.