Home | History | Annotate | Download | only in ADT

Lines Matching defs:Environment

30 ///   ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
234 /// The parsed Environment type.
235 EnvironmentType Environment;
247 : Data(), Arch(), SubArch(), Vendor(), OS(), Environment(),
258 Environment == Other.Environment &&
295 /// hasEnvironment - Does this triple have the optional environment
301 /// getEnvironment - Get the parsed environment type of this triple.
302 EnvironmentType getEnvironment() const { return Environment; }
368 /// getEnvironmentName - Get the optional environment (fourth)
373 /// environment components as a single string (separated by a '-'
374 /// if the environment component is present).
515 /// Checks if the environment could be MSVC.
522 /// Checks if the environment is MSVC.
548 /// Is this a "Windows" OS targeting a "MSVCRT.dll" environment.
590 /// Tests whether the environment is MachO.
629 /// Tests whether the environment is musl-libc
670 /// setEnvironment - Set the environment (fourth) component of the triple
692 /// setEnvironmentName - Set the optional environment (fourth)
697 /// environment components with a single string.
775 /// environment.